• Home
  • WEIBULL.DIST Function

WEIBULL.DIST Function

The WEIBULL.DIST function is one of the statistical functions. It is used to return the Weibull distribution. Use this distribution in reliability analysis, such as calculating a device's mean time to failure.

Syntax

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

The WEIBULL.DIST function has the following arguments:

ArgumentDescription
xThe value between at which the function should be calculated, a numeric value greater than or equal to 0.
alphaThe first parameter of the distribution, a numeric value greater than 0.
betaThe second parameter of the distribution, a numeric value greater than 0.
cumulativeA logical value (TRUE or FALSE) that determines the function form. If it is TRUE, the function returns the cumulative distribution function. If it is FALSE, the function returns the probability density function.
Notes

How to apply the WEIBULL.DIST function.

Examples

The figure below displays the result returned by the WEIBULL.DIST function.

WEIBULL.DIST Function

Host ONLYOFFICE Docs on your own server or use it in the cloud

Article with the tag:
Browse all tags