powered by
Falls back to realize and delegates to inv_cdf.empirical_dist.
realize
inv_cdf.empirical_dist
# S3 method for edist inv_cdf(x, ...)
A function computing the empirical quantile function.
An edist object.
edist
Additional arguments forwarded to inv_cdf.empirical_dist.
# \donttest{ set.seed(1) z <- normal(0, 1) * exponential(1) qz <- inv_cdf(z) qz(0.5) # }
Run the code above in your browser using DataLab