RMSE to Error Variance convertion

Hey,
Is there a function that would convert the Root Mean Square Error to an Error Variance? I need to get the error value in terms of the R^2 error.

댓글 수: 1

Ferd
Ferd 2011년 12월 16일
or could anyone tell me the convertion factor(s).

댓글을 달려면 로그인하십시오.

 채택된 답변

the cyclist
the cyclist 2011년 12월 16일

0 개 추천

This page has the conversion formula:
The diagram with the red and blue squares is helpful to understand the relationship.
SS_err is proportional to RMSE squared and SS_tot is proportional to "RMSE_0" squared, i.e. the squared error before any model has been applied.
So you can think of it as
R^2 = 1 - (RMSE^2)/(RMSE_0^2)
I can probably whip up a little sample code if that's not clear enough.

댓글 수: 1

Ferd
Ferd 2011년 12월 16일
Will check. If I have further questions, will reply here.
If not, a big thankyou.
Appreciate it The Cyclist!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Polynomials에 대해 자세히 알아보기

질문:

2011년 12월 16일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by