nogen:

Description Usage Arguments Details Examples

View source: R/nogen.R

Description

Takes in "u" as the mean and "s" as the variance and by using poisson distribution returns a value following normal distribution with the given arguments.

Usage

1
2
nogen(u,s)
nogen.visual(u,s)

Arguments

u

mean of the Normal distribution.

s

variance of the Normal distribution.

Details

In probability theory, 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.

The normal distribution is useful because of the central limit theorem. In its most general form, under some conditions (which include finite variance), 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. Physical quantities that are expected to be the sum of many independent processes (such as measurement errors) often have distributions that are nearly normal.[3] Moreover, many results and methods (such as propagation of uncertainty and least squares parameter fitting) can be derived analytically in explicit form when the relevant variables are normally distributed.

The normal distribution is sometimes informally called the bell curve. However, many other distributions are bell-shaped (such as the Cauchy, Student's t, and logistic distributions).

Examples

1
2
nogen(0,2)
nogen.visual(0,2)

moeinm98/distributions documentation built on May 17, 2019, 4:33 p.m.