Link Function.Power Method
Returns the power link function for the specified exponent.
Definition
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The power link function with exponent exponent.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static LinkFunction Power(
double exponent
)
Parameters
- exponent Double
- The exponent
Return Value
LinkFunctionThe power link function with exponent exponent.