Finding probability for chi square distribution

6 visualizaciones (últimos 30 días)
ankush chandrakant
ankush chandrakant el 27 de Sept. de 2018
Respondida: Jeff Miller el 27 de Sept. de 2018
For a random variable X, which is chi square distributed with D degrees of freedom and P proportionality factor, how can we find x using MATLAB such that P(X>x)=0.001?
I have tried using chi2cdf, but could not understand how the command works exactly.

Respuesta aceptada

Jeff Miller
Jeff Miller el 27 de Sept. de 2018
x = chi2inv(1-0.001,D)

Más respuestas (0)

Etiquetas

Productos


Versión

R2015b

Community Treasure Hunt

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

Start Hunting!

Translated by