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.NonlinearAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double[] CovarianceMatrix { get; }
Property Value
Double
The covariance matrix.
See Also