Gets the standard deviations.
Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics)
Version: 2.1.7017.0
Syntax
| Visual Basic (Declaration) |
|---|
Public Overridable Function GetStandardDeviations As GeneralVector |
| C# |
|---|
public virtual GeneralVector GetStandardDeviations () |
| Visual C++ |
|---|
public: virtual GeneralVector^ GetStandardDeviations () |
Return Value
A vector containing the standard deviations associated with the fit parameters.
Exceptions
| Exception | Condition |
|---|---|
| System.NotSupportedException | Always thrown. |