Chapter Contents |
Previous |
Next |
RANPOI |
Category: | Random Number |
Tip: | If you want to change the seed value during execution, you must use the CALL RANPOI routine instead of the RANPOI function. |
Syntax | |
Arguments | |
Details | |
Comparisons | |
See Also |
Syntax |
RANPOI(seed,m) |
Range: | seed < 231-1 |
Note: | If seed 0, the time of day is used to initialize the seed stream. |
Range: | m 0 |
Details |
The RANPOI function returns a variate that is generated from a Poisson distribution with mean m. For m < 85, an inverse transform method applied to a RANUNI uniform variate is used (Fishman 1976) (See References). For m 85, the normal approximation of a Poisson random variable is used. To expedite execution, internal variables are calculated only on initial calls (that is, with each new m).
Comparisons |
See Also |
Call routine:
CALL RANPOI |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.