View source: R/distributions.R
Normal | R Documentation |
Normal distribution as a CompositeFamily
Normal(mean = 0, sd = 1)
mean |
the mean |
sd |
the standard deviation |
a new ContinuousFamily object
dist <- Normal()
dist$quantile(0.95)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.