PoissonFrequency - script and chart function
Last updated: 8/31/2026
PoissonFrequency() returns the Poisson probability distribution.
Syntax:
PoissonFrequency(value, mean)
Return data type: number
| Argument | Description |
|---|---|
| value | The value at which you want to evaluate the distribution. The value must not be negative. |
| mean | A positive number defining the average outcome. |