up Inquisit Language Reference

randPoisson function

Generates a random non-negative integers from a poisson distribution with the given mean.

Member of

<global>

Syntax

randPoisson(mean)

Return Type

number

Parameters

Name Type Description
mean number The mean of the distribution.

Remarks

The value obtained is the probability of exactly i occurrences of a random event if the expected, mean number of its occurrence under the same conditions (on the same time/space interval) is μ.

Examples


Copyright Millisecond Software, LLC. All rights reserved.