Gets the covariance matrix of the parameters.
Namespace:
Extreme.DataAnalysis
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:
property SymmetricMatrix<T>^ CovarianceMatrix {
SymmetricMatrix<T>^ get ();
}
member CovarianceMatrix : SymmetricMatrix<'T> with get
Property Value
Type:
SymmetricMatrixT
Reference