필터 지우기
필터 지우기

Moving Skewness and moving kurtosis

조회 수: 12 (최근 30일)
Katrina Anderson
Katrina Anderson 2018년 10월 26일
댓글: Leo Ge 2018년 11월 26일
Hi, I am trying to figure out how to calculate the kurtosis and skewness during a 1 second time frame of data (500 points) moving through my entire data. I have figured out mean, median, std etc. But I am unsure how to calculate this.
I have 9 axis of data from an IMU, so i wish to calculate this moving skewness and kurtosis for each axis.
Thankyou for your help.

답변 (1개)

Image Analyst
Image Analyst 2018년 10월 26일
There are functions for skewness() and kurtosis() in the Statistics and Machine Learning Toolbox. So just program up a for loop where you move a window along and call those functions. Easy, right?
  댓글 수: 1
Leo Ge
Leo Ge 2018년 11월 26일
You may not know the huge difference of time consumption between "movavg()" and "loop+mean()".

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

Community Treasure Hunt

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

Start Hunting!

Translated by