mnorm: Mean and Variance of the Normal Distribution

View source: R/moments.R

mnormR Documentation

Mean and Variance of the Normal Distribution

Description

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

Usage

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

dnorm

Examples

mnorm(mean = 0, sd = 1)

AndriSignorell/DescTools documentation built on June 11, 2025, 10:41 p.m.