do.get.means | R Documentation |
This function is provided to be overriden by developers. End users should instead call get.means
do.get.means(dist, n.sim = 1000)
dist |
An object of class Distribution or a subclass |
n.sim |
If the values are to be calculated by random sample generation, how many random samples to generate |
The default implementation generates random samples and takes the sample mean for each variable.
The wrapper get.means
takes care of formatting the return value and generating warnings for any improper variables
A numeric vector with a mean for each variable in the distribution
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.