Binomial distribution: Difference between revisions
From JSXGraph Wiki
Bookofproofs (talk | contribs) (Created page with "The cosine is a projection of the complex number exp(−ix) (which is a point on the unit circle in the complex plane) to the real axis on the complex plane. In the following int...") |
A WASSERMANN (talk | contribs) No edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{| | {| | ||
|Probability | |Probability | ||
Line 34: | Line 32: | ||
var p18 = brd.create('point', [18, function() {return binomial(20, 18, prob.Value());}], {name:''}); | var p18 = brd.create('point', [18, function() {return binomial(20, 18, prob.Value());}], {name:''}); | ||
var p19 = brd.create('point', [19, function() {return binomial(20, 19, prob.Value());}], {name:''}); | var p19 = brd.create('point', [19, function() {return binomial(20, 19, prob.Value());}], {name:''}); | ||
var p20 = brd.create('point', [20, function() {return binomial(20, 20, prob.Value());}]); | var p20 = brd.create('point', [20, function() {return binomial(20, 20, prob.Value());}], {name:''}); | ||
Line 86: | Line 84: | ||
[[Category:Examples]] | [[Category:Examples]] | ||
[http://www.bookofproofs.org/branches/binomial-distribution/ read more about | [http://www.bookofproofs.org/branches/binomial-distribution/ read more about binomial distribution on Bookofproofs] |
Latest revision as of 11:51, 23 June 2020
Probability | Binomial Distribution |