Finding probability for chi square distribution

6 views (last 30 days)
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.

Accepted Answer

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

More Answers (0)

Products


Release

R2015b

Community Treasure Hunt

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

Start Hunting!