Description Usage Arguments Value Examples
View source: R/means_distributions.R
Means values from distributions
1 | means_distributions(param.distns)
|
param.distns |
list of distribution name and hyper-parameters |
double
1 2 | param.distns <- list(distn = "unif", params = c(min = 0, max = 1))
means_distributions(param.distns)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.