Difference between revisions of "Poisson Command"

From GeoGebra Manual
Jump to: navigation, search
(bar graph is a just a graph when cumulative==true)
m
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.2}}</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>
 
{{command|cas=true|probability}}
 
{{command|cas=true|probability}}
 
;Poisson[ <Mean> ]
 
;Poisson[ <Mean> ]

Revision as of 07:57, 31 July 2015



Poisson[ <Mean> ]
Returns a bar graph of a Poisson distribution with given mean λ.
Poisson[ <Mean>, <Boolean Cumulative> ]
Returns a bar graph of a Poisson distribution when Cumulative = false.
Returns a graph of a cumulative Poisson distribution when Cumulative = true.
The first parameter is same as above.
Poisson[ <Mean>, <Variable Value v>, <Boolean Cumulative> ]
Let X be a Poisson random variable.
Returns P( X = v) when Cumulative = false.
Returns P( X ≤ v) when Cumulative = true.
First parameter is same as above.

CAS Syntax

Poisson[ <Mean>, <Variable Value v>, <Boolean Cumulative> ]
Let X be a Poisson random variable.
Returns P( X = v) when Cumulative = false.
Returns P( X ≤ v) when Cumulative = true.
First parameter is same as above.
Examples:
  • Poisson[3, 1, true] yields \frac{4}{e³}.
  • Poisson[3, 1, false] yields \frac{3}{e³}.
© 2024 International GeoGebra Institute