How do I implement the standard deviation of the standard deviation in MATLAB?

3 ビュー (過去 30 日間)
Glazio
Glazio 2017 年 7 月 1 日
コメント済み: Image Analyst 2017 年 7 月 19 日
Are there in MATLAB already predefined functions to calculate the standard deviation of the standard deviation or the standard deviation of the average standard deviation?
(use Matlab R2012a)

採用された回答

Image Analyst
Image Analyst 2017 年 7 月 1 日
You simply use std() again on the whole group (vector or matrix) of standard deviations that you have.
stdOfGroup = std(individualStDevs);
  14 件のコメント
Glazio
Glazio 2017 年 7 月 19 日
@Image Analyst: Thank you, yes I think I have exchanged the terms with each other.
If I now plot the standard error of the mean against the number of runs, the graph settles down to 0 (after 500 runs).
If I now plot the mean value against the number of runs, the graph does not settle down to a steady state. There are always slight fluctuations.
Image Analyst
Image Analyst 2017 年 7 月 19 日
Yep, sounds right.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCorrelation and Convolution についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by