Formula: \(\mu = \mu\) \(\mathrm{Var}(X) = \sigma^2\)

mnorm(mean, sd)

Arguments

mean

Mean of the distribution

sd

Standard deviation

Value

List with mean and variance

References

Wackerly, D., Mendenhall, W., and Scheaffer, R. (2008). Mathematical Statistics with Applications. Cengage.

See also

Examples

mnorm(mean = 0, sd = 1)
#> $mean
#> [1] 0
#> 
#> $variance
#> [1] 1
#>