How to find P value in chi2inv

1 visualización (últimos 30 días)
Madania Nia
Madania Nia el 2 de Jun. de 2020
Respondida: Jeff Miller el 2 de Jun. de 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

Respuestas (1)

Jeff Miller
Jeff Miller el 2 de Jun. de 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

Categorías

Más información sobre Matrix Indexing en Help Center y File Exchange.

Productos


Versión

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by