필터 지우기
필터 지우기

finding MSE of elements in an array

조회 수: 1 (최근 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 CenterFile Exchange에서 Data Types에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by