QuickNonlinearRegressionOldCovariances Property |
Gets the resulting covariances of the fit.
Namespace: Altaxo.Calc.Regression.NonlinearAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IROMatrix<double> Covariances { get; }
Property Value
IROMatrixDouble
The covariances.
See Also