powered by
Falls back to realize to materialize the distribution as an empirical_dist, then delegates to cdf.empirical_dist.
realize
empirical_dist
cdf.empirical_dist
# S3 method for edist cdf(x, ...)
A function computing the empirical CDF.
An edist object.
edist
Additional arguments forwarded to cdf.empirical_dist.
# \donttest{ set.seed(1) z <- normal(0, 1) * exponential(1) Fz <- cdf(z) Fz(0) # }
Run the code above in your browser using DataLab