How to find P value in chi2inv

3 views (last 30 days)
Madania Nia
Madania Nia on 2 Jun 2020
Answered: Jeff Miller on 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

Answers (1)

Jeff Miller
Jeff Miller on 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

Products


Release

R2019a

Community Treasure Hunt

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

Start Hunting!