Difference between revisions of "RandomPoisson Command"

From GeoGebra Manual
Jump to: navigation, search
m (Bot: Automated text replacement (-{{command +{{command|cas=true))
Line 9: Line 9:
 
:Generates a random number from a Poisson distribution with given mean.
 
:Generates a random number from a Poisson distribution with given mean.
 
:{{example| 1=<div><code><nowiki>RandomPoisson[3]</nowiki></code> yields a random value from a Poisson distribution with a mean of ''3''.</div>}}
 
:{{example| 1=<div><code><nowiki>RandomPoisson[3]</nowiki></code> yields a random value from a Poisson distribution with a mean of ''3''.</div>}}
{{note| 1=<div>See also [[RandomBinomial Command]] and [[RandomNormal Command]].</div>}}
+
{{Note|1= See also [[SetSeed Command|SetSeed command]], [[RandomBetween Command|RandomBetween command]], [[RandomElement Command|RandomElement command]],  [[RandomBinomial Command|RandomBinomial command]], [[RandomNormal Command|RandomNormal command]], [[RandomUniform Command|RandomUniform command]].}}

Revision as of 10:23, 10 June 2012


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

CAS Syntax

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