Nonlinear Curve Fitter<T>.Get Standard Deviations Method
Gets the standard deviations.
Definition
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A vector containing the standard deviations associated with the fit parameters.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public DenseVector<double> GetStandardDeviations()
Return Value
DenseVector<Double>A vector containing the standard deviations associated with the fit parameters.
Exceptions
Not | Always thrown. |