LinkFunction.OddsPower Method

Returns a link function that uses an odds power ratio.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static LinkFunction OddsPower(
	double exponent
)

Parameters

exponent  Double
The exponent.

Return Value

LinkFunction
The odds power link function with parameter exponent.

Remarks

When exponent is zero, the odds power link function is equivalent to the Logit function.

See Also