inv_cdf.normal: Method for obtaining the inverse cdf of an normal object.
Description
Method for obtaining the inverse cdf of an normal object.
Usage
# S3 method for normal
inv_cdf(x, ...)
Value
A function that computes the inverse cdf of the normal distribution.
Arguments
- x
The object to obtain the inverse cdf of
- ...
Additional arguments to pass (not used)