View source: R/empirical_dist.R
cdf.empirical_dist | R Documentation |
empirical_dist
object x
.If x
is a multivariate empirical distribution, this function will
throw an error. It's only defined for univariate empirical distributions.
## S3 method for class 'empirical_dist'
cdf(x, ...)
x |
The empirical distribution object. |
... |
Additional arguments to pass (not used)) |
A function that takes a numeric vector t
and returns the
empirical cdf of x
evaluated at t
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.