| density_chi2 | R Documentation |
Density, (cumulative) distribution function and random generation for chi-squared distribution.
density_chi2(df, x)
cdf_chi2(df, x)
random_chi2(df, n)
df |
degrees of freedom. |
x |
vector of quantiles. |
n |
number of observations. |
The functions density_XXX and cdf_t return numeric vectors of same length as x.
The functions random_XXX return random number (numeric vectors) of length n.
density_chi2(df = 3, 1:10)
cdf_chi2(df = 3, 1:10)
random_chi2(df = 3, n = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.