LinkFunction.NegativeBinomial Method

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

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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