nogen: Normal Generator

Description Usage Arguments Details Value Note Author(s) References See Also Examples

View source: R/nogen.R

Description

The normal (or Gaussian) distribution is a very common continuous probability distribution. Normal distributions are important in statistics and are often used in the natural and social sciences to represent real-valued random variables whose distributions are not known.[1][2] A random variable with a Gaussian distribution is said to be normally distributed and is called a normal deviate.

Usage

1
nogen(u, s)

Arguments

u, s

parameter u as mean and s as standard deviation.

Details

-

Value

The returned value is a Guassian random variable with <c2><b5> as mean and <cf><83> as standard deviation.

Note

The normal distribution is useful because of the central limit theorem. In its most general form, under some conditions , it states that averages of samples of observations of random variables independently drawn from independent distributions converge in distribution to the normal, that is, become normally distributed when the number of observations is sufficiently large.

Author(s)

A.Moayedi

References

www.wikipedia.org

See Also

nogen.R

Examples

1
nogen(3, 20)

amoloudi/R-PKG-Distributions documentation built on May 23, 2019, 7:32 a.m.