PDA

View Full Version : discrete prob. dist.


hoffmann
Oct28-09, 09:41 PM
how do i interpret this probability distribution:

\sum_{k=r}^\infty \binom{k}{r}p^k(1-p)^{k-r}

where r is the number of successes, p is the probability, k trials.

by looking at it, it seems like it's similar to a negative binomial distribution once you pull out a k/r. if you do some math after pulling out the k/r, it seems like it is the expected value of a geometric distribution. is this distribution saying that a negative binomial divided by the number of successes r means there is only one success, which is geometric?

hoffmann
Oct28-09, 10:13 PM
in other words, what does this sum equal?

bpet
Oct29-09, 10:32 AM
how do i interpret this probability distribution ... it seems like it's similar to a negative binomial distribution once you pull out a k/r

Do you mean to ask "what is a probabilistic interpretation of this summation formula?" - in which case there would be lots of different ways to write it as an expected value E[f(X)] = sum(f(k)*Prob[X=k]). One way you found was with negative binomial X and f(X)=X/r; the other way was E[g(Y)] for some function g where Y is geometric.

However it sounds like you want to use E[f(X)]=E[g(Y)] to draw conclusions about how X and Y are related, but that's just not possible.

Does that help?

hoffmann
Oct29-09, 02:52 PM
makes sense. thanks!