| inv_cdf.chi_squared | R Documentation |
chi_squared
object.Method for obtaining the inverse cdf (quantile function) of a chi_squared
object.
## S3 method for class 'chi_squared'
inv_cdf(x, ...)
x |
The |
... |
Additional arguments (not used) |
A function that computes the quantile at probability p
x <- chi_squared(5)
q <- inv_cdf(x)
q(0.5)
q(0.95)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.