Click or drag to resize
Accord.NET (logo)

CauchitLinkFunction Constructor (Double, Double)

Creates a new Cauchit link function.

Namespace:  Accord.Statistics.Links
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public CauchitLinkFunction(
	double beta,
	double constant
)
Request Example View Source

Parameters

beta
Type: SystemDouble
The beta value. Default is 1/pi.
constant
Type: SystemDouble
The constant value. Default is 0.5.
See Also