Expondist function...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

mean = 33 days, what's pdf of success in 40 days...

I keep getting .009 and that seems low. Am I using this function incorrectly?
 
KyWilde -
mean = 33 days, what's pdf of success in 40 days... I keep getting .009
and that seems low. Am I using this function incorrectly? <

Yes.

If X is an exponentially-distributed uncertain quantity (random variable)
with Mean(X) = 33, then the parameter for Excel's EXPONDIST function is
Lambda = 1/Mean(X) = 1/33.

P(X<=40) = EXPONDIST(40,1/33,True) = 0.70243459

- Mike

www.mikemiddleton.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top