Formula: \(\mu = \mu\) \(\mathrm{Var}(X) = \sigma^2\)
mnorm(mean, sd)
List with mean and variance
Wackerly, D., Mendenhall, W., and Scheaffer, R. (2008). Mathematical Statistics with Applications. Cengage.
mnorm(mean = 0, sd = 1)
#> $mean
#> [1] 0
#>
#> $variance
#> [1] 1
#>