필터 지우기
필터 지우기

Error bar for EEG data- standard deviation or standard error mean

조회 수: 2 (최근 30일)
Sparsha Kumari
Sparsha Kumari 2020년 1월 30일
댓글: Star Strider 2020년 1월 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)

답변 (1개)

Star Strider
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
Star Strider
Star Strider 2020년 1월 30일
Sparsha Kumari’s Answer moved here —
Thanks! It has helped me out.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 EEG/MEG/ECoG에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by