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
  • x [in]

Type: Double

  • b [in]

Type: Double

  • c [in]

Type: Double

  • theta [in]

Type: Double

Double