CurveFitter.GetStandardDeviations Method

Gets the standard deviations.

Definition

Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Vector<double> GetStandardDeviations()

Return Value

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

Exceptions

NotSupportedExceptionAlways thrown.

See Also