Dapatkan PDF atau CDF dari distribusi Weibull.
=WEIBULL(x, alpha, beta, cumulative)
| Parameter | Deskripsi |
|---|---|
x |
The value at which to evaluate the distribution (must be ≥ 0). |
alpha |
The shape parameter of the distribution (must be > 0). |
beta |
The scale parameter of the distribution (must be > 0). |
cumulative |
A logical value that determines the form of the function. If TRUE, returns the cumulative distribution function; if FALSE, returns the probability density function. |