nogen: Normal Distribution

Description Usage Examples

Description

The Poisson (lambda) distribution can be considered as an approximation of N(lambda,lambda). Using "pogen", "nogen" is a function, taking two parameters, one float "u" as the mean and one float "s" as the variance of the distribution, and generates a random normal number with mean "u" and variance "s". (First, generate a Poisson number and then use scale and transition to achieve the desired mean and variance.) note that the default value of tlength and lambda is 10.

related functions : rnorm

Usage

1
  nogen(u,s)

Examples

1
nogen(20,20)

abahram77/familiarDistribiution documentation built on May 11, 2019, 6:26 p.m.