WEIBULL
Calculates variance based on the entire population, including numbers, text, and logical values.
CompatibilityCompatibility / LegacyLegacy / Older Versions
What it does
Legacy Weibull distribution.
Syntax
WEIBULL(x, alpha, beta, cumulative)
Arguments
x(number) β Value.alpha(number) β Alpha.beta(number) β Beta.cumulative(logical) β Cumulative flag.
Examples
Legacy Weibull
Calculate prob.
FORMULA
=WEIBULL(105, 20, 100, TRUE)
RESULT
0.929
SAMPLE DATA
| A | B | C | |
|---|---|---|---|
| 1 | x | a | b |
| 2 | 105 | 20 | 100 |