chisq_dist
Chi-squared left-tail PDF or CDF.
Syntax
Section titled “Syntax”v = chisq_dist(x, deg_freedom, cumulative)Description
Section titled “Description”Returns the PDF or left-tail CDF of the chi-squared distribution with the given degrees of freedom.
Example
Section titled “Example”chisq_dist(3.84, 1, true) % ≈ 0.95See also
Section titled “See also”chisq_dist_rt— Chi-squared right-tail CDF.chisq_inv— Inverse chi-squared left-tail CDF.chisq_test— Chi-squared test of independence p-value.