cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.
Choose Language Hide Translation Bar
Prediction Interval

Use to produce an interval estimate of a single observation, a sample of n observations, or the sample mean and standard deviation of a sample of n observations.

Prediction Interval for an Individual Observation

  1. From an open JMP data table, select Analyze > Distribution.
  2. Select one or more continuous variables from Select Columns, click Y, Columns (continuous variables have blue triangles), and click OK.
  3. From the Distributions report window, select Prediction Interval under the red triangle next to the variable name.
  4. Select the confidence level (1-alpha) and enter 1 for number of future samples. Choose Two-sided or One-sided interval. Here we chose 95% confidence and two-sided. JMP will add a table displaying the lower and upper bound of the Prediction Interval for an individual observation.

Note: Calculations are based upon the assumption of a normal distribution as an appropriate model for the population.

Coating.jmp (Help > Sample Data Folder > Quality Control)Coating.jmp (Help > Sample Data Folder > Quality Control)

 

gail_massari_1-1754080172867.png

 

gail_massari_2-1754080187925.png

 

Interpretation:
It is estimated, with 95% confidence, that a randomly selected observation from this population will be between 17.34 and 23.45. Note: The prediction interval for the mean of n=1 is the same as that of an individual observation and there is no prediction interval for the standard deviation of n=1.

 

Prediction Intervals for a Sample of n Observations

  1. Follow steps 1-4 above choosing a n>1 for number of future samples. Here we chose 95% confidence, two-sided, and n=10. JMP will add a table displaying the lower and upper bound of the Prediction Interval for a sample of n=10 observations as well as the sample mean and standard deviation.

Note: Calculations are based upon the assumption of a normal distribution as an appropriate model for the population.

gail_massari_3-1754080274557.png

 

gail_massari_4-1754080287688.png

 

Interpretation:
It is estimated, with 95% confidence, that:
• 10 randomly selected observation from this population will all be between 15.87 and 24.92. 

• The mean of the 10 observations will be between 19.31 and 21.49.
• The standard deviation of the 10 observations will be between 0.78 and 2.36.

 

Visit Basic Analysis > Distributions > Options for Continuous Variables > Prediction Intervals in JMP Help to learn more.

Recommended Articles