CurveFitter<T>.GetStandardDeviations Method

Gets the standard deviations.

Definition

Namespace: Numerics.NET.Curves.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.0
C#
public Vector<T> GetStandardDeviations()

Return Value

Vector<T>
A vector containing the standard deviations associated with the fit parameters.

Exceptions

NotSupportedExceptionAlways thrown.

See Also