| inv_cdf.edist | R Documentation |
Falls back to realize and delegates to
inv_cdf.empirical_dist.
## S3 method for class 'edist'
inv_cdf(x, ...)
x |
An |
... |
Additional arguments forwarded to
|
A function computing the empirical quantile function.
set.seed(1)
z <- normal(0, 1) * exponential(1)
qz <- inv_cdf(z)
qz(0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.