normdist {mistr}R Documentation

Creates an Object Representing Normal Distribution

Description

The function creates an object which represents the normal distribution.

Usage

normdist(mean = 0, sd = 1)

Arguments

mean

mean parameter, default: 0.

sd

standard deviation parameter, default: 1.

Details

See Normal.

Value

Object of class normdist.

See Also

Normal

Examples

N <- normdist(1, 5)
d(N, c(2, 3, 4, NA))
r(N, 5)

[Package mistr version 0.0.6 Index]