ModelFamily Methods

Methods

DerivativeOfVarianceFunction Evaluates the derivative of the variance function for the model family.
Deviance Returns the contribution to the deviance of a case.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IsLinkFunctionCompatible Returns whether a link function is compatible with the model family.
KernelLogLikelihood Returns the part of the log-likelihood for an observation that depends on the model parameters.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
NegativeBinomial The negative binomial distribution.
RemainderLogLikelihood Returns the part of the log-likelihood for an observation that does not depend on the model parameters.
SquaredDeviance Gets the square of the deviance contribution of a case.
ToStringReturns a string that represents the current object.
(Inherited from Object)
VarianceFunction Evaluates the variance function for the model family.

See Also