필터 지우기
필터 지우기

statistical test for data drawn from t distribution

조회 수: 1 (최근 30일)
MINA
MINA 2014년 8월 6일
댓글: dpb 2014년 8월 6일
I have a question about t distribution. I have a set of data and I want to know if they are drawn from a t distribution or not! Can anybody help me how I can do this in Matlab? Thanks
  댓글 수: 5
MINA
MINA 2014년 8월 6일
@dbp ok I understood. Thanks.
dpb
dpb 2014년 8월 6일
BTW, you can use kstest on the data with a cdf from tcdf; see
doc kstest
for the details. There's lillietest that's more powerful specifically for normality.
But, as noted, for N of 30 or greater the likelihood of there being sufficient difference between T and N is minimal at best to be able for statistical hypothesis test to tell the difference.

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

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by