Link Function.Odds Power Method
Returns a link function that uses an odds power ratio.
Definition
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The odds power link function with parameter exponent.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.