필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How many matrices agree with the mean?

조회 수: 1 (최근 30일)
HA
HA 2019년 1월 8일
마감: MATLAB Answer Bot 2021년 8월 20일
Hello,
So I have 11 matrices of 64x128x12 named A,B.....etc, with the first eleven being one variable and the second eleven being another.
After calculating the mean of these matrices (again 64x128x12), what would be the best way/tools to calculate how many of the eleven matrices agree with the mean (within 95% confidence)?
I would like my output to be something like 8 out of 11 matrices agree in these 'locations'.
Thank you!

답변 (1개)

Star Strider
Star Strider 2019년 1월 8일
The best estimate of the dispersion of the mean is to use the standard error of the mean:
where σ is the standard deviation and N are the number of observations. You can then multiply that by the critical values for the normal distribution [-1.96 1.96] to get the 95% confidence limits. This would work if you are taking the mean across the 64 or 128 dimensions, if you are using the 12 dimension, you would need to use the tinv function to get the critical values from the t-distribution.
However, what your Question lacks in clarity it makes up for in confusion. Please provide more detail as to what you are doing, and what the dimensions of the result of your taking the mean are.

이 질문은 마감되었습니다.

제품

Community Treasure Hunt

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

Start Hunting!

Translated by