필터 지우기
필터 지우기

Second and third sigma of standard devition.

조회 수: 19 (최근 30일)
James
James 2014년 4월 21일
댓글: Sean de Wolski 2014년 4월 21일
Hi,
I have a big 200x1 matrix "A" and want to find the standard deviations of it. I know that the Std(x)gives you the first sigma. How do you find the second and third sigma of "A" in Matlab. I am very interested in those as whell for this data.
Thanks
  댓글 수: 1
dpb
dpb 2014년 4월 21일
For what definition of "second and third sigma"? You mean the higher moments, maybe? If so and have Statistics Toolbox
doc moment
If not, compute as you would the std deviation if didn't have the function std except using the chosen moment for the power instead of 2.

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

채택된 답변

Image Analyst
Image Analyst 2014년 4월 21일
For what it's worth, attached here is some code to find up through the 4th central moments: mean, std, var, skewness, kurtosis. The data can be any array - doesn't need to be an image.
By the way, 200 elements is not "big", it's microscopic. Now if you had 200 million elements, then that would be big (at this point in time).
  댓글 수: 1
Sean de Wolski
Sean de Wolski 2014년 4월 21일
200 million is still pretty manageable locally, on my relatively wimpy laptop:
Now 200 billion :)

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Descriptive Statistics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by