Skip to content

chisq_dist

Chi-squared left-tail PDF or CDF.

v = chisq_dist(x, deg_freedom, cumulative)

Returns the PDF or left-tail CDF of the chi-squared distribution with the given degrees of freedom.

chisq_dist(3.84, 1, true) % ≈ 0.95