Difference between revisions of "Poisson Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - "<div class="box info"> 48px|left This page is part of the official manual for print and pdf. For structural reasons normal users can't edit this page. If you found any errors on this page please contact )
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.0}}</noinclude>
+
<noinclude>{{Manual Page|version=4.2}}</noinclude>
 
{{command|cas=true|probability}}
 
{{command|cas=true|probability}}
 
;Poisson[ <Mean λ> ]
 
;Poisson[ <Mean λ> ]

Revision as of 21:21, 9 March 2013



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 bar 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