Click or drag to resize

LevMarAdapterCovarianceMatrix Property

Gets the covariance matrix. The covariance matrix has always a dimension of n x n, with n the number of varying parameters.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double[] CovarianceMatrix { get; }

Property Value

Double
The covariance matrix.
See Also