Link Function.Negative Binomial 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.3
C#
The negative binomial link function with parameter numberOfTrials.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static LinkFunction NegativeBinomial(
int numberOfTrials
)
Parameters
- numberOfTrials Int32
- The number of trials.
Return Value
LinkFunctionThe negative binomial link function with parameter numberOfTrials.