How to calculate skewness and kurtosis via 'groupsummary'?

조회 수: 3 (최근 30일)
Jiashun Wu
Jiashun Wu 2021년 8월 23일
편집: Jiashun Wu 2021년 8월 24일
Hi!
I have a question about how to calculate skewness and kurtosis using the 'groupsummary' function.
I am working with a subset of variables from a table.
Thanks for your help!

답변 (1개)

dpb
dpb 2021년 8월 23일
편집: dpb 2021년 8월 23일
Presuming you have the Statistics Toolbox which defines the two statistics of interest m-files--
G = groupsummary(T,groupvars,method,datavars)
where
method={'skewness','kurtosis'};
You'll define the other inputs to match your wishes on grouping and data variables.
If you don't have the requisite TB, then write your own functions and refer to them in their place.
  댓글 수: 1
Jiashun Wu
Jiashun Wu 2021년 8월 24일
편집: Jiashun Wu 2021년 8월 24일
Thanks dpb for your comments.
I do have the Statistics Toolbox (Fullname: Statistics and Machine Learning Toolbox).
But the computation methods in groupsummary do not include 'skewness' nor 'kurtosis' (i.e., the code you provided would not work) --- https://www.mathworks.com/help/matlab/ref/double.groupsummary.html?s_tid=doc_ta.

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

카테고리

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

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by