Logistic Regression Model.Covariance Matrix Property
Gets the covariance matrix of the model parameters.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.6
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.6
[ObsoleteAttribute("Use the CovarianceMatrix property of the Parameters property instead.")]
public SymmetricMatrix<double> CovarianceMatrix { get; }