NORMAL: Factory for a NORMAL distribution object

Description Usage Arguments Value Author(s) Examples

Description

Returns a NORMAL distribution object that produce random numbers from a normal distribution using the rnorm function

Usage

1
new_NORMAL(p_mean, p_sd, p_dimnames = "rvar")

Arguments

p_mean

A numeric that represents the mean value

p_sd

A numeric that represents the standard deviation

p_dimnames

A character that represents the name of the dimension

Value

An object of class DISTRIBUTION, NORMAL

Author(s)

John J. Aponte

Examples

1
2
myDistr <- new_NORMAL(0,1)
myDistr$rfunc(10)

convdistr documentation built on April 20, 2021, 9:06 a.m.