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