new weiBull()
- Source
Methods
(static) dist(x, alpha, beta, cumulative) → {number}
Returns the Weibull distribution.
Parameters:
Name | Type | Description |
---|---|---|
x | number | The value at which to evaluate the function. |
alpha | number | A parameter to the distribution. |
beta | number | A parameter to the distribution. |
cumulative | number | Determines the form of the function. |
- Source
Returns:
the Weibull distribution or an error if the arguments are incorrect.
- Type:
- number