StatLib.Icauchy

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

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

Type: Double

  • eta [in]

Type: Double

  • theta [in]

Type: Double

Double