cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.
See how to use to use Text Explorer to glean valuable information from text data at April 25 webinar.
Choose Language Hide Translation Bar
View Original Published Thread

ANOM for Variances : What is this RMSE refering to ?

Loga
Level I

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 .