Learn R Programming

DescTools (version 0.99.60)

mnorm: Mean and Variance of the Normal Distribution

Description

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

Usage

mnorm(mean, sd)

Value

List with mean and variance

Arguments

mean

Mean of the distribution

sd

Standard deviation

See Also

Examples

Run this code
mnorm(mean = 0, sd = 1)

Run the code above in your browser using DataLab