| mean.edist | R Documentation |
edist object.Method for obtaining the mean of an edist object.
## S3 method for class 'edist'
mean(x, n = 10000, ...)
x |
The |
n |
The number of samples to take (default: 10000) |
... |
Additional arguments to pass (not used) |
The mean of the edist object
set.seed(1)
z <- normal(0, 1) * exponential(2)
mean(z)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.