Learn R Programming

distributional (version 0.1.0)

dist_normal: The Normal distribution

Description

stable

Usage

dist_normal(mu = 0, sigma = 1)

Arguments

mu

The mean (location parameter) of the distribution.

sigma

The standard deviation (scale parameter) of the distribution.

See Also

stats::Normal

Examples

Run this code
# NOT RUN {
dist_normal(mu = 1:5, sigma = 3)

# }

Run the code above in your browser using DataLab