StatLib.Vcauchy

This function is inverse function for Cauchy distribution of x, where eta and theta are the location (median) and scale parameters, respectively.

Syntax Parameters Return Value
Function StatLib.Vcauchy( _
    x As Double, _
    eta As Double, _
    theta As Double) As Double
  • x [in]

Type: Double

  • eta [in]

Type: Double

  • theta [in]

Type: Double

Double