WEIBULL function

WEIBULL(X, Alpha, Beta, IsCumulative) WEIBULL(X; Alpha; Beta; IsCumulative)

X

Number or { Number }

The value at which to evaluate the function.

Alpha

Number or { Number }

A parameter to the distribution.

Beta

Number or { Number }

A parameter to the distribution.

IsCumulative

Logical or { Logical }

FALSE to calculate the probability density function and TRUE to calculate the cumulative distribution function.

Returns

Number or { Number }

A value for a Weibull distribution.

This function is a compatibility alias for WEIBULL.DIST. Use WEIBULL.DIST for new projects.