ParameterCollectionCovarianceMatrix Property |
Gets the covariance matrix of the fit parameters.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public SymmetricMatrix CovarianceMatrix { get; }
Public ReadOnly Property CovarianceMatrix As SymmetricMatrix
Get
public:
property SymmetricMatrix^ CovarianceMatrix {
SymmetricMatrix^ get ();
}
member CovarianceMatrix : SymmetricMatrix with get
Property Value
Type:
SymmetricMatrixSee Also