How to Approximate Chi Square?

1 view (last 30 days)
Hi,
I wish to get the Chi square distribution value for a given confidence and a given number of degrees of freedom (instead of looking it up in a table), but could not find a MATLAB functio nthat dis this. does such function exist ?
  2 Comments
jgg
jgg on 30 Mar 2016
Are these not what you want?
Itzik Ben Shabat
Itzik Ben Shabat on 31 Mar 2016
no. but thanks to your comment i dound chi2inv which is what i needed. thanks.

Sign in to comment.

Accepted Answer

Itzik Ben Shabat
Itzik Ben Shabat on 31 Mar 2016
Hi, I eventually found what i needed.
its
chi2inv
function,
thanks

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!