Jump to content

Individual Moving Range


Kemi

Recommended Posts

  • Seeq Team

Hello Kemi,

Thank you for your question. This chart can be created as follows;

1. Calculate the moving range in the formula tool;

abs($signal.runningDelta())

2. Create the monthly condition using Identify > Periodic Condition tool and select a monthly duration.

3. Use Quantify > Signal from Condition tool to find the average moving range over each month. This is “CL” as shown in the video.

image.png.b8dfeac0e8f455cabf8124c38a01b760.png

4. In the formula tool, calculate the UCL parameter as follows

3.268*$average_movingrange

Alternatively, create a new Signal from Condition to calculate the standard deviation of the moving average, and in formula use the following;

3*$stddev_movingrange

5. Add the signals to one lane and align their y-axis.

image.thumb.png.8f26ee273c63b4fd194647f81e8b5730.png

We also have a very comprehensive blog post on creating a Control Chart and applying SPC run rules which may be of interest to you.

 

  • Thanks 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...