Finding probability for chi square distribution

6 vues (au cours des 30 derniers jours)
ankush chandrakant
ankush chandrakant le 27 Sep 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.

Réponse acceptée

Jeff Miller
Jeff Miller le 27 Sep 2018
x = chi2inv(1-0.001,D)

Plus de réponses (0)

Produits


Version

R2015b

Community Treasure Hunt

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

Start Hunting!

Translated by