Chi Square Test: p-value

조회 수: 12 (최근 30일)
Tanja
Tanja 2014년 6월 11일
댓글: Star Strider 2014년 6월 13일
Hello there, I have a simple question, yet I don't find the right answers on the MATLAB Documentation Center.
p-value of the test, returned as a scalar value in the range [0,1]. p is the probability of observing a test statistic as extreme as, or more extreme than, the observed value under the null hypothesis. Small values of p cast doubt on the validity of the null hypothesis.
How is the p-value defined? MATLAB seems to have a different definition than the current definitions I know/find on the internet. Thank you so much for any tips! Tanja

답변 (1개)

Star Strider
Star Strider 2014년 6월 11일
The explanation I give for the p value is that it is the probability that the data are explained by a random process rather than your experimental design. The lower the p value, the lower the probability that a random process explains your data.
(A somewhat more precise definition is that the p value is the probability of accepting a false-positive result. It is known as the ‘alpha’ probability, or the probability of a a Type I error.)
  댓글 수: 4
Tanja
Tanja 2014년 6월 13일
Thank you so much! That actually helps a lot. Do you know where I can get the mathematical description of the p-value? Thanks again in advance.
Star Strider
Star Strider 2014년 6월 13일
My pleasure!
I would start with the Wikipedia article on the p-value. Every statistics book has detailed discussions on it. I also recommend the article on Type I and type II errors to put the p-value in context.
The classic statistics textbook is Snedecor and Cochran, Statistical Methods, that I highly recommend.

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

카테고리

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by