Skip to main content

WEIBULL.DIST

Definition

Returns the Weibull distribution. Use this distribution in reliability analysis, such as calculating a device's mean time to failure.

Sample Usage

Syntax

WEIBULL.DIST(x,alpha,beta,cumulative)

The WEIBULL.DIST function syntax has the following arguments:

  • X     Required. The value at which to evaluate the function.

  • Alpha     Required. A parameter to the distribution.

  • Beta     Required. A parameter to the distribution.

  • Cumulative     Required. Determines the form of the function.

Remarks

  • If x, alpha, or beta is nonnumeric, WEIBULL.DIST returns the #VALUE! error value.

  • If x < 0, WEIBULL.DIST returns the #NUM! error value.

  • If alpha ≤ 0 or if beta ≤ 0, WEIBULL.DIST returns the #NUM! error value.

  • The equation for the Weibull cumulative distribution function is:

    Equation

  • The equation for the Weibull probability density function is:

    Equation

  • When alpha = 1, WEIBULL.DIST returns the exponential distribution with:

    Equation

In order to use the WEIBULL.DIST formula, start with your edited Excellentable

Then type in the WEIBULL.DIST formula in the area you would like to display the outcome:

By adding the values you would like to calculate the WEIBULL.DIST formula for, Excellentable will generate the outcome:


A
B
1
Data
Description
2
105
Value at which to evaluate the function
3
20
Alpha parameter to the distribution
4
100
Beta parameter to the distribution
5
6
WEIBULL.DIST
0.92958139

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.