![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Statistical > EXPONDIST |
EXPONDIST(x, lambda, cumulative) |
| Returns the exponential distribution. |
| x | The value of the function. | |
| lambda | The parameter value. | |
| cumulative | True or False to specify the form of the exponential function. |
| REMARKS |
| If "x" < 0, then #NUM! is returned. | ||
| If "x" is not numeric, then #VALUE! is returned. | ||
| If "lambda" = 0, then #NUM! is returned. | ||
| If "lambda" is not numeric, then #VALUE! is returned. | ||
| If "cumulative" = True, then the cumulative distribution function is used. | ||
| If "cumulative" = False, then the probability density function is used. |
| EXAMPLES |
|
| Functions - E | Index - E | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |