Method for obtaining the inverse cdf of an normal object.

# S3 method for normal
inv_cdf(x, ...)

Arguments

x

The object to obtain the inverse cdf of

...

Additional arguments to pass (not used)

Value

A function that computes the inverse cdf of the normal distribution.