Binomial distribution: Difference between revisions

From JSXGraph Wiki
(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...")
 
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
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 interactive figure, you can drag the point x on the real axis and observe the behaviour of the complex number exp(−ix) and the varying value of cosine(x).
{|
{|
|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 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