RandomPoisson ( mean )
Returns random values from a Poisson distribution
Average rating: 4.6 (30 votes) Log in to vote
Jeremy Bante https://github.com/jbante/ |
RandomPoisson ( 10 );
RandomPoisson ( 10 );
RandomPoisson ( 10 );
RandomPoisson ( 10 );
RandomPoisson ( 10 );
RandomPoisson ( 10 );
RandomPoisson ( 10 );
RandomPoisson ( 10 );
RandomPoisson ( 10 );
RandomPoisson ( 10 )
)
9
6
13
12
15
9
6
6
11
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
When called repeatedly with the same input, RandomPoisson returns values that are Poisson distributed with mean given by the function argument. This function uses the inverse transform method to generate values.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.