| normal | R Documentation |
Construct univariate normal distribution object.
normal(mu = 0, var = 1)
mu |
mean |
var |
variance |
A normal distribution object.
x <- normal(mu = 0, var = 1)
mean(x)
vcov(x)
format(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.