Click or drag to resize

ILogisticRegressionCalcInformationMatrix Property

The information matrix is the matrix of negated second partial derivations of the log likelihood function. It is the inverse of the variance/covariance matrix for the parameter estimates.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
DoubleMatrix InformationMatrix { get; }

Property Value

DoubleMatrix
See Also