필터 지우기
필터 지우기

Statistical features from a vector

조회 수: 6 (최근 30일)
Berbia
Berbia 2013년 1월 15일
I need to extract around 15 statistical features form a vector, such a minimum, maximum, mean, std, kurtosis, skewness. Is there any other features in matlab like this?

채택된 답변

Shashank Prasanna
Shashank Prasanna 2013년 1월 15일
Here is a list of all the summary statistics you can calculate on your data:
These are in addition to the basic one Doug mentioned
Also feel free to go through these nice examples:
  댓글 수: 2
Shashank Prasanna
Shashank Prasanna 2013년 1월 15일
Please note you will need the statistics toolbox to use these functions
Berbia
Berbia 2013년 1월 15일
Thank you so much...this is what exactly I need and I've statistical toolbox

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

추가 답변 (1개)

Doug Hull
Doug Hull 2013년 1월 15일
All of them exist as functions in MATLAB. Search the doc for each one of those, and you should find the specific function.
Some of the ones you mention here are:
  • min(y)
  • max(y)
  • mean(y)
  • std(y)
  댓글 수: 2
Matt Kindig
Matt Kindig 2013년 1월 15일
And if you have the Statistics toolbox, there is also the kurtosis() and skewness() functions.
Berbia
Berbia 2013년 1월 15일
I've used the functions for the features as I mentioned. My question is " Is there any other statistical features in matlab?".

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

카테고리

Help CenterFile Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by