cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

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

ANOM for Variances : What is this RMSE refering to ?

RMSE is refering ??
How exactly RMSE is being calculated ?

 

RMSE = Sqrt [ Sum of Square (Predicted - Actual ) / N ]

 

If above formula , then what is predicted &  square?
==> predicted is variance of each group ?
==> actual overall variance ?

2 REPLIES 2

Re: ANOM for Variances : What is this RMSE refering to ?

The RMSE is available from the Summary of Fit table after using ANOVA command.

 

RMSE.JPG

 

It is a pooled estimate of the within group variance, not the overall standard deviation. The latter estimate would include between group variation, too.

Loga
Level I

Re: ANOM for Variances : What is this RMSE refering to ?

Thank you for the explanation .

Recommended Articles