NonlinearCurveFitter<T>.GetStandardDeviations Method

Gets the standard deviations.

Definition

Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public DenseVector<double> GetStandardDeviations()

Return Value

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

Exceptions

NotSupportedException

Always thrown.

See Also