LinkFunction.NegativeBinomial Method

Returns the negative binomial link function for the specified parameter value.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static LinkFunction NegativeBinomial(
	int numberOfTrials
)

Parameters

numberOfTrials  Int32
The number of trials.

Return Value

LinkFunction
The negative binomial link function with parameter numberOfTrials.

See Also