StatLib.Weibull
This function is Weibull distribution of x, where b, c and theta are the scale, shape, and threshold (location) parameters, respectively.
| Syntax | Parameters | Return Value |
|---|---|---|
Function StatLib.Weibull( _
x As Double, _
b As Double, _
c As Double, _
theta As Double) As Double
|
Type: Double
Type: Double
Type: Double
Type: Double |
Double |