finding MSE of elements in an array

2 ビュー (過去 30 日間)
negin tebyani
negin tebyani 2018 年 2 月 11 日
回答済み: Star Strider 2018 年 2 月 11 日
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 日
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 件)

カテゴリ

Help Center および File ExchangeMultidimensional Arrays についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by