cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • Use JMP Clinical with CDISC-compliant data. Review studies, ID safety and efficacy signals & communicate findings with interactive graphics. Register to see how. Aug. 27, 2 pm US ET.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar

Why JMP stores simple moving average forecast for n+1 period in nth period?

Why JMP stores simple moving average forecast for n+1 period in nth period? For e.g I calculated SMA for 7 periods. I want forecast to appear in 8th row but it is appearing in 7th row.Screenshot 2022-09-11 at 14.21.33.pngScreenshot 2022-09-11 at 14.21.33.png

 

1 ACCEPTED SOLUTION

Accepted Solutions
peng_liu
Level VII

Re: Why JMP stores simple moving average forecast for n+1 period in nth period?

SMA is not a statistical forecasting method per se. But you can shift the column using the Lag function. Right click on the SMA(7) column and following the menu trail in this screenshot to get the desired result:

peng_liu_0-1663026671465.pngpeng_liu_0-1663026671465.png

And here is the result:

peng_liu_1-1663026695470.pngpeng_liu_1-1663026695470.png

 

View solution in original post

1 REPLY 1
peng_liu
Level VII

Re: Why JMP stores simple moving average forecast for n+1 period in nth period?

SMA is not a statistical forecasting method per se. But you can shift the column using the Lag function. Right click on the SMA(7) column and following the menu trail in this screenshot to get the desired result:

peng_liu_0-1663026671465.pngpeng_liu_0-1663026671465.png

And here is the result:

peng_liu_1-1663026695470.pngpeng_liu_1-1663026695470.png

 

Recommended Articles