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