How to find P value in chi2inv

2 Ansichten (letzte 30 Tage)
Madania Nia
Madania Nia am 2 Jun. 2020
Beantwortet: Jeff Miller am 2 Jun. 2020
i have a trouble to find the P value of this function. I already have the result of the chi-square as seen below, but i dont know how to find the P value
chi2inv(P,2)=3.7920
can anyone give me the solution to find the P value with Matlab?? Thank You

Antworten (1)

Jeff Miller
Jeff Miller am 2 Jun. 2020
Not sure what you are asking, but maybe
p = chi2cdf(3.7920,df,'upper')
where df is the degrees of freedom for your computed chi-square value of 3.7920

Produkte


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by