How to Calculate a Moving Range

••• ciricvelibor/E+/GettyImages

The moving range is the difference between two successive data points. For a data set the moving range is a list of values. The moving range shows the stability of the data and is often presented in a moving range chart to more clearly illustrate this.

    Subtract the second data point from the first data point and record this value. As an example take a data set of {1, 4, 4, 2, 7, 3}. Subtracting the second data point from the first gives us: 1-4 = -3.

    Take the absolute value of the result. Continuing the example: abs(-3) = 3. Record the result as the first entry in a list.

    Repeat step 1 and 2 for the rest of the data points starting by subtracting the third from the second. Again from the example data set, {1, 4, 4, 2, 7, 3} : {(1-4), (4-4), (4-2), (2-7), (7-3)} = {-3, 0, 2, -5, 4} = {3, 0, 2, 5, 4}. This list is the moving range for your data set.

    Things You'll Need

    • Data
    • Paper
    • Pencil
    • Calculator (optional)

Related Articles

How to Solve for Range
How to Calculate Percent Relative Range
How to Calculate a Temperature Range
How to Find the Range of Numbers
How to Calculate a Sigma Value
How to Compute a Population Mean
How to Calculate Dispersion
How to Calculate Average Deviation From the Mean
How to Calculate Statistical Mean
How to Find a Z Score
How to Calculate the T Test Value
How to Calculate the Interquartile Range
How to Get the Average of Decimals
How to Find the Average of Integers
Test Your Knowledge on Middle School Science
How to Divide Rational Numbers
How to Convert Pounds Per Square Foot to PSI
How to Calculate CV Values
How to Change Mixed Numbers Into Improper Fractions
How to Find the X Intercept of a Function