Serving the Quantitative Finance Community

Search found 3 matches

by paci
March 20th, 2008, 9:49 pm
Forum: Brainteaser Forum
Topic: Classical problem from control
Replies: 5
Views: 89449

Classical problem from control

There is a nice discussion of this problem (also called "Secretary problem") athttp://www.math.uah.edu/stat/urn/Secretary.xhtmlFor N large, 1/e is indeed the right strategy.
by paci
September 25th, 2007, 2:31 pm
Forum: Brainteaser Forum
Topic: n balls in m box problem
Replies: 18
Views: 74125

n balls in m box problem

As I explained earlier, the general answer ism ((m-1)/m)^n.For m=10, n=18, this is indeed 1.50094635...
by paci
September 24th, 2007, 8:39 pm
Forum: Brainteaser Forum
Topic: n balls in m box problem
Replies: 18
Views: 74125

n balls in m box problem

<t>This is in fact the hunters problem, when they are shooting geese. The answer is N ((N-1)/N)^M, where M is the number of balls (hunters), N is the boxes (geese). Formally, you introduce N random variables (the indicator function of the emptiness of a box), and the expected number of empty boxes i...