Link Function.Odds Power 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.3
C#
The odds power link function with parameter exponent.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static LinkFunction OddsPower(
double exponent
)
Parameters
- exponent Double
- The exponent.
Return Value
LinkFunctionThe odds power link function with parameter exponent.
Remarks
When exponent is zero, the odds power link function is equivalent to the Logit function.