normdist: Creates an Object Representing Normal Distribution

View source: R/creators.R

normdistR 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)

mistr documentation built on March 7, 2023, 7:42 p.m.