Gets a vector containing the standard errors
of the parameters.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Vector<T> StandardErrors { get; }
Public ReadOnly Property StandardErrors As Vector(Of T)
Get
public:
property Vector<T>^ StandardErrors {
Vector<T>^ get ();
}
member StandardErrors : Vector<'T> with get
Property Value
Type:
VectorT
Reference