 | 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.CoreAssembly: NMath (in NMath.dll) Version: 7.4
SyntaxDoubleMatrix InformationMatrix { get; }
ReadOnly Property InformationMatrix As DoubleMatrix
Get
property DoubleMatrix^ InformationMatrix {
DoubleMatrix^ get ();
}
abstract InformationMatrix : DoubleMatrix with get
Property Value
DoubleMatrix
See Also