PDA

View Full Version : Given that A happened within n instances ...


Marko Schmarko
07-13-2006, 04:38 PM
what's the probability that it will happen again within n' instances?

I assume someone must have figured this out. I assume that if one assumes a gaussian distribution, it must be possible to get an estimate.

e.g.:
If I've walked past 4 parking spaces, and there was 1 open spot, what is the likelihood that there will be at least one more space that is open within the next 100? ... making the unlikely assumption that the cards to normally distributed.

Links would suffice for explanation.

LuckOfTheDraw
07-13-2006, 05:05 PM
A complete guess:

With x observed occurances in N chances,

estimating the probability of a at least one occurance in M chances would be:

1 - ((N-x)/N)^M

Marko Schmarko
07-14-2006, 01:26 PM
bump.

Marko Schmarko
07-15-2006, 01:58 PM
Bump!

Thythe
07-15-2006, 05:28 PM
I would suggest putting this in the Probability forum, as you will probably get more responses.

Windchasers
07-19-2006, 03:19 PM
Note that your original question is not the same as your example.. You changed n from 4 to 100 part way through.

~w

Siegmund
07-20-2006, 05:51 AM
windchasers: it looks like the OP intended n and n' to be two distinct numbers. Would have been clearer if there were called something that didnt look quite so similar.

OP: the answer is going to depend - heavily - on what assumptions you make about the distribution. And "gaussian" is not an option for the spacing between discrete items in a series.

One primitive estimate, mentioned above, is to assume that the ratio observed in the first n observations is representative of the population, and that each observation is independent. (As you pointed out, cars in a parking lot won't be -- they will tend to cluster in the more desirable locations.)

Perhaps you could be more specific what type of problem you're envisioning?