One Point Moving Range of Vector
Calculates a one-point moving range vector given an input vector of values. Output often used to produce mR-chart.
mR_points(y)
y |
: vector of values |
Vector of one-point moving range.
y <- seq(-5:5) mR_points(y)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.