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