![]() |
is there a function like NORMSINV for exponential distribution
I am trying to calculate safety stock using an exponential distribution need
to calculate the safety factor for a desired service level |
Answer: is there a function like NORMSINV for exponential distribution
Yes, there is a function in Excel for the inverse of the cumulative exponential distribution, which is EXPINV. This function can be used to calculate the safety factor for a desired service level.
To use the EXPINV function, you will need to know the mean of the exponential distribution, which represents the average time between events. You will also need to know the desired service level, which is typically expressed as a percentage. Here are the steps to calculate the safety factor using the EXPINV function:
|
is there a function like NORMSINV for exponential distribution
-LN(1-p)/lambda
is the inverse of EXPONDIST(x,lambda,TRUE) Jerry "Stuart Douglas" wrote: I am trying to calculate safety stock using an exponential distribution need to calculate the safety factor for a desired service level |
is there a function like NORMSINV for exponential distribution
Stuart Douglas -
The exponential density function f(x) = lambda*EXP(-lambda*x), or f(x) = EXPONDIST(x,lambda,FALSE). The cumulative probability p = P(X<=x) = 1 - EXP(-lambda*x), or p = P(X<=x) = EXPONDIST(x,lambda,TRUE). For cumulative probability p = P(X<=x), the inverse cumulative is x = -LN(1-p)/lambda. - Mike Middleton http://www.DecisionToolworks.com Decision Analysis Add-ins for Excel "Stuart Douglas" <Stuart wrote in message ... I am trying to calculate safety stock using an exponential distribution need to calculate the safety factor for a desired service level |
All times are GMT +1. The time now is 03:16 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com