Click or drag to resize

QuickLinearArbitraryBaseRegressionGetCovarianceMatrix Method

Gets the covariance matrix.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public Matrix<double> GetCovarianceMatrix()

Return Value

MatrixDouble
The covariance matrix.
See Also