Click or drag to resize
Accord.NET (logo)

LogLogLinkFunction Constructor (Double, Double)

Creates a new Log-Log link function.

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

Parameters

beta
Type: SystemDouble
The beta value.
constant
Type: SystemDouble
The constant value.
See Also