![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Statistical > WEIBULL |
WEIBULL(x, alpha, beta, cumulative) |
| Returns the Weibull distribution. Use this distribution in reliability analysis, such as calculating a device's mean time to failure. |
| x | The value at which to evaluate the function. | |
| alpha | The first parameter. | |
| beta | The second parameter. | |
| cumulative | The form of the function ?? |
| REMARKS |
| If "x", "alpha", or "beta" is nonnumeric, then #VALUE! is returned. | ||
| If "x" < 0, then #NUM! is returned. | ||
| If "alpha" = 0, then #NUM! is returned. | ||
| If "beta" = 0, then #NUM! is returned. |
| EXAMPLES |
|
| Functions - W | Index - W | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |