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 ExchangeMultidimensional Arrays についてさらに検索

タグ

質問済み:

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