The binomial-cdf tag has no wiki summary.
1
vote
2answers
57 views
How to generate a series of pulses whose ON time follows the binomial distribution?
I have a simple question:
I am trying to simulate a train of digital pulses (max=1, min=0). The distribution of ON-times should follow a Binomial distribution. How do I do this? I am using ...
2
votes
5answers
1k views
Binomial coefficient
'Simple' question, what is the fastest way to calculate the binomial coefficient? - Some threaded algorithm?
I'm looking for hints :) - not implementations :)
0
votes
1answer
647 views
How can I efficiently calculate the negative binomial cumulative distribution function?
This post is really helpful:
http://stackoverflow.com/questions/1095650/how-can-i-efficiently-calculate-the-binomial-cumulative-distribution-function
(Title = How can I efficiently calculate the ...
6
votes
2answers
1k views
Calculating the probability of system failure in a distributed network
I am trying to build a mathematical model of the availability of a file in a distributed file-system. I posted this question at MathOverflow but this might as well be classified as a CS-question so I ...
5
votes
7answers
7k views
How can I efficiently calculate the binomial cumulative distribution function?
Let's say that I know the probability of a "success" is P. I run the test N times, and I see S successes. The test is akin to tossing an unevenly weighted coin (perhaps heads is a success, tails is ...