Finding probability for chi square distribution

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.

 採用された回答

Jeff Miller
Jeff Miller 2018 年 9 月 27 日

1 投票

x = chi2inv(1-0.001,D)

その他の回答 (0 件)

製品

リリース

R2015b

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by