Gets the covariance matrix of the model parameters.
Namespace:
Extreme.DataAnalysis.Models
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public SymmetricMatrix<T> CovarianceMatrix { get; }
Public ReadOnly Property CovarianceMatrix As SymmetricMatrix(Of T)
Get
public:
virtual property SymmetricMatrix<T>^ CovarianceMatrix {
SymmetricMatrix<T>^ get () sealed;
}
abstract CovarianceMatrix : SymmetricMatrix<'T> with get
override CovarianceMatrix : SymmetricMatrix<'T> with get
Property Value
Type:
SymmetricMatrixT
Reference