Difference between revisions of "RandomPoisson Command"

From GeoGebra Manual
Jump to: navigation, search
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=4.0}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
 
<noinclude>{{Manual Page|version=4.0}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
 
{{command|probability}}
 
{{command|probability}}
; RandomPoisson[Mean]: Generates a random number from a Poisson distribution with given mean.
+
;RandomPoisson[ <Mean> ]
 +
:Generates a random number from a Poisson distribution with given mean.
 +
:{{example| 1=<div><code><nowiki>RandomPoisson[3, 0.1]</nowiki></code> yields a random value from a normal distribution with a mean of ''3''.</div>}}
 +
{{note| 1=<div>See also [[RandomBinomial Command]] and [[RandomNormal Command]].</div>}}
 
==CAS Syntax==
 
==CAS Syntax==
; RandomPoisson[Mean]: Generates a random number from a Poisson distribution with given mean.
+
;RandomPoisson[ <Mean> ]
 +
:Generates a random number from a Poisson distribution with given mean.
 +
:{{example| 1=<div><code><nowiki>RandomPoisson[3, 0.1]</nowiki></code> yields a random value from a normal distribution with a mean of ''3''.</div>}}
 +
{{note| 1=<div>See also [[RandomBinomial Command]] and [[RandomNormal Command]].</div>}}

Revision as of 10:14, 24 August 2011


RandomPoisson[ <Mean> ]
Generates a random number from a Poisson distribution with given mean.
Example:
RandomPoisson[3, 0.1] yields a random value from a normal distribution with a mean of 3.

CAS Syntax

RandomPoisson[ <Mean> ]
Generates a random number from a Poisson distribution with given mean.
Example:
RandomPoisson[3, 0.1] yields a random value from a normal distribution with a mean of 3.
© 2024 International GeoGebra Institute