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

See Also

dnorm

Examples

mnorm(mean = 0, sd = 1)

DescTools documentation built on April 4, 2025, 1:55 a.m.