Difference between revisions of "RandomPoisson Command"

From GeoGebra Manual
Jump to: navigation, search
(command syntax: changed [ ] into ( ))
 
(9 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.0}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|cas=true|probability}}
{{command|probability}}
+
;RandomPoisson( <Mean> )
;RandomPoisson[ <Mean> ]
 
 
: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, 0.1]</nowiki></code> yields a random value from a Poisson distribution with a mean of ''3''.</div>}}
+
:{{example| 1=<code><nowiki>RandomPoisson(3)</nowiki></code> yields a random value from a Poisson distribution with a mean of ''3''.}}
{{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]].}}
==CAS Syntax==
 
;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 Poisson distribution with a mean of ''3''.</div>}}
 
{{note| 1=<div>See also [[RandomBinomial Command]] and [[RandomNormal Command]].</div>}}
 

Latest revision as of 11:22, 11 October 2017

© 2024 International GeoGebra Institute