Binomial distribution: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{|
{|
|Probability
|Probability
Line 33: 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 85: Line 84:
[[Category:Examples]]
[[Category:Examples]]


[http://www.bookofproofs.org/branches/binomial-distribution/ read more about bonomial distribution on Bookofproofs]
[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

read more about binomial distribution on Bookofproofs