Description Usage Arguments Examples
Calculate the mean of 100000 sampled values from the distribution.
1 2 3 4 | sampleMean(object, ...)
## S4 method for signature 'Distribution'
sampleMean(object)
|
object |
A Distribution Object |
... |
Additional function arguments |
1 2 | xLognormal <- new("Lognormal",p1=2,p2=3)
sampleMean(xLognormal)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.