How Do You Calculate Conditional Probability for a Geometric Distribution?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
Gregg
Messages
452
Reaction score
0
The discrete random variable X has probability density P(X=x) =kp^x for x=0,1,... where p \in (0,1). Find normalizing constant k and E(X) as functions of p. For each integer x>0 find P(X>=x) and hence find P(X=y|X>=x) for each integer y>0.

found k=1-p

[tex]E(X)=\sum kxp^x =p/(1-p)[/tex]

[tex]P(X>=x) = 1-\sum_{x'=0}^{x} kp^x' = p^{x+1}[/tex]

P(X=y|X>=x) =?
 
Physics news on Phys.org
looking at it as P(A|B) and the sets A={y}, B{x,x+1,x+2,...}. that's the bit i can't visualise...

is A∩B={y>=x}?
 
SO is it [tex]p^{y-x}[/tex]
 
Gregg said:
looking at it as P(A|B) and the sets A={y}, B{x,x+1,x+2,...}. that's the bit i can't visualise...

is A∩B={y>=x}?
No, they're just normal sets. For instance, if y=5 and x=3, you'd have A={5} and B={3, 4, 5, 6, 7, ...} and their intersection would be A∩B={5}.