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