StatLib.Cauchy

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

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

Type: Double

  • eta [in]

Type: Double

  • theta [in]

Type: Double

Double