I am trying to calculate MSE of some elements that are in an array, for example:
a=[2,3,4,16,7,19,10]
how can I find MSE for the values of this array?

 채택된 답변

Star Strider
Star Strider 2018년 2월 11일

0 개 추천

The Wikipedia article on Mean squared error (link) states ‘For an unbiased estimator, the MSE is the variance of the estimator.’ I would use the var (link) function.

추가 답변 (0개)

카테고리

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

태그

질문:

2018년 2월 11일

답변:

2018년 2월 11일

Community Treasure Hunt

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

Start Hunting!

Translated by