View source: R/distributions.R
Log probability density function for the chi square distribution
1 | chi_square_lpdf(x, df)
|
Equivalent to sum(dchisq(x,df,log=TRUE)). For more information see dchisq.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.