LinkFunction.Power Method

Returns the power link function for the specified exponent.

Definition

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

Parameters

exponent  Double
The exponent

Return Value

LinkFunction
The power link function with exponent exponent.

See Also