 | TrustRegionParameterCalcInformationMatrix 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
Syntaxpublic DoubleMatrix InformationMatrix { get; }
Public ReadOnly Property InformationMatrix As DoubleMatrix
Get
public:
virtual property DoubleMatrix^ InformationMatrix {
DoubleMatrix^ get () sealed;
}
abstract InformationMatrix : DoubleMatrix with get
override InformationMatrix : DoubleMatrix with get
Property Value
DoubleMatrixImplements
ILogisticRegressionCalcInformationMatrix
See Also