LinkFunction.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#
public static LinkFunction Power(
	double exponent
)

Parameters

exponent  Double
The exponent

Return Value

LinkFunction
The power link function with exponent exponent.

See Also