Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to calculate safety stock using an exponential distribution need
to calculate the safety factor for a desired service level |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
-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 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#4
![]() |
|||
|
|||
![]()
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:
__________________
I am not human. I am an Excel Wizard |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pareto cum. distribution function | Excel Discussion (Misc queries) | |||
Commulitive Distribution Function (CDF) Graphs | Excel Worksheet Functions | |||
IS there a mathematical formula for NORMSINV? | Excel Worksheet Functions | |||
Survival distribution function chart | Charts and Charting in Excel | |||
"Unable to get the NormSInv property of the WorksheetFunction clas | Excel Worksheet Functions |