How to find P value in chi2inv

2 次查看(过去 30 天)
Madania Nia
Madania Nia 2020-6-2
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

回答(1 个)

Jeff Miller
Jeff Miller 2020-6-2
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

类别

Help CenterFile Exchange 中查找有关 R Language 的更多信息

产品


版本

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by