Chi-square inverse cumulative distribution function
chi2inv
is a function specific to the chi-square
distribution. Statistics and Machine Learning Toolbox™ also offers the generic function icdf
, which supports various probability distributions. To use
icdf
, specify the probability distribution name and its
parameters. Note that the distribution-specific function
chi2inv
is faster than the generic function
icdf
.