chi_squared_distribution: Chi-Squared Distribution Functions
Description
Functions to compute the probability density function, cumulative distribution function, and quantile function for the Chi-Squared distribution.
Usage
chi_squared_pdf(x, df)
chi_squared_lpdf(x, df)
chi_squared_cdf(x, df)
chi_squared_lcdf(x, df)
chi_squared_quantile(p, df)
Value
A single numeric value with the computed probability density, log-probability density, cumulative distribution, log-cumulative distribution, or quantile depending on the function called.