mnorm {DescTools}R 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

See Also

dnorm

Examples

mnorm(mean = 0, sd = 1)

[Package DescTools version 0.99.60 Index]