StatLib.Iweibull

This function is integral of Weibull distribution of x, where b, c and theta are the scale, shape, and threshold (location) parameters, respectively.

Syntax Parameters Return Value
Function StatLib.Iweibull( _
    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,out]

Type: Double

Double