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.3261.0 (4.8.3261.0)
Syntaxpublic double[] CovarianceMatrix { get; }Property Value
Double
            The covariance matrix.
            
See Also