WorksheetFunction.ExponDist Method (Excel)
Returns the exponential distribution. Use EXPONDIST to model the time between events, such as how long an automated bank teller takes to deliver cash. For example, you can use EXPONDIST to determine the probability that the process takes at most 1 minute.
중요
This function has been replaced with one or more new functions that may provide improved accuracy and whose names better reflect their usage. This function is still available for compatibility with earlier versions of Excel. However, if backward compatibility is not required, you should consider using the new functions from now on, because they more accurately describe their functionality.
For more information about the new function, see the Expon_Dist method.
Syntax
식 .ExponDist(Arg1, Arg2, Arg3)
식 A variable that represents a WorksheetFunction object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
Arg1 |
필수 |
Double |
X - the value of the function. |
Arg2 |
필수 |
Double |
Lambda - the parameter value. |
Arg3 |
필수 |
Boolean |
Cumulative - a logical value that indicates which form of the exponential function to provide. If cumulative is TRUE, EXPONDIST returns the cumulative distribution function; if FALSE, it returns the probability density function. |
Return Value
Double
Remarks
If x or lambda is nonnumeric, EXPONDIST returns the #VALUE! error value.
If x < 0, EXPONDIST returns the #NUM! error value.
If lambda ≤ 0, EXPONDIST returns the #NUM! error value.
The equation for the probability density function is:
The equation for the cumulative distribution function is: