Tagged Questions
The binomial-cdf tag has no wiki summary.
6
votes
2answers
684 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 ...
6
votes
5answers
2k views
“Concrete Mathematics” companion text? (Knuth light IOW)
I'm interested in learning more of the math behind computer science, partly so I can dip into Knuth's TAOCP without my head spinning too much.
I've tried going through Concrete Mathematics but it's a ...
2
votes
5answers
401 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 :)
2
votes
7answers
4k 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 ...
0
votes
1answer
271 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 ...