• We are pleased to announce that the winner of our Feedback Prize Draw for the Winter 2024-25 session and winning £150 of gift vouchers is Zhao Liang Tay. Congratulations to Zhao Liang. If you fancy winning £150 worth of gift vouchers (from a major UK store) for the Summer 2025 exam sitting for just a few minutes of your time throughout the session, please see our website at https://www.acted.co.uk/further-info.html?pat=feedback#feedback-prize for more information on how you can make sure your name is included in the draw at the end of the session.
  • Please be advised that the SP1, SP5 and SP7 X1 deadline is the 14th July and not the 17th June as first stated. Please accept out apologies for any confusion caused.

Geometric memory less property

D

dextar

Member
Hi It appears to be the question of memory less propoerty but i'm simply not able to apply using simple probabilities
q)
If the probability is f(x) that a product fails the xth time it is being used .i.e. on the xth trial, then its failure rate at the xth trial is the probability that it will fail on the xth trial given that it has not failed in the x-1 trials is

z(x) =f(x)/(1-F(x-1)
where F(x) is the value of the corresponding distribution function of x. Show that if X is a geometric random variable, its failure rate is constant and equal to theta

I have tried to proceed by using f(x)=geometric distribution but not able to show independence criteria. Can anyone show the steps pls.
 
Just use f(x) = theta (1-theta)^x-1 and F(x) = 1-(1-theta)^x.
 
thanks got it
The trick was to get F(x). how did u get F(x) from f(x). I tried to integrate and getting a pretty bad expresion in terms of ln (1-theta).

Also I see the formula for F(x) is not given in the actuarial table.
 
You get F(x) from the formula for a geometric progression.

P(X=1) = theta
P(X=2) = (1-theta)*theta
P(X=2) = (1-theta)^2*theta
etc
P(X<=x) = theta + (1-theta)*theta + (1-theta)^2*theta + ..+ (1-theta)^x-1*theta

Using sum of GP: F(x) = P(X<=x) = theta[1-(1-theta)^x]/1-(1-theta) which gives 1-(1-theta)^x.
 
Back
Top