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