Error bar for EEG data- standard deviation or standard error mean
4 ビュー (過去 30 日間)
古いコメントを表示
Greetings!
I need to plot power spectrum of EEG data along with an error bar. I was wondering if I need to use the standard deviation or the standard error mean to plot the error bar.
In other words which one would be the right option,
a) errorbar(frequency, meanpower, standard_deviation)
OR
b) errorbar(frequency, meanpower, standard_error_mean)
0 件のコメント
回答 (1 件)
Star Strider
2020 年 1 月 30 日
If you are plotting the means, and you want to express the possible range each mean value could take at each point, then the standard error of the mean would likely be most appropriate.
If you are instead interested in the variation of the data at each point, then use the standard deviation.
In either situation, the 95% confidence intervals derived from either then standard error or the standard deviation would be most meaningful. The inverse t-value would be the correct way to calculate them.
It all depends on what you want to present in the plot.
2 件のコメント
参考
カテゴリ
Help Center および File Exchange で EEG/MEG/ECoG についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!