WEIBULL.DIST function

Category: Statistical
Introduced: Excel 2010

Summary

Returns the Weibull distribution

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.

Example

=WEIBULL.DIST(A2,A3,A4,TRUE)
=WEIBULL.DIST(A2,A3,A4,FALSE)

Microsoft Support Page

https://support.microsoft.com/en-us/office/weibull-dist-function-4e783c39-9325-49be-bbc9-a83ef82b45db

Back to Functions