Skip to Content

WEIBULL.DIST

Returns the Weibull distribution

Syntax

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

Parameters

  • x: Required. The value at which to evaluate the function
  • alpha: Required. A parameter of the distribution (shape)
  • beta: Required. A parameter of the distribution (scale)
  • cumulative: Required. TRUE for cumulative, FALSE for probability density

Example

=WEIBULL.DIST(105, 20, 100, TRUE)
Returns: NumberSince: Excel 2010