Gets the standard error of the estimated value.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public T StandardError { get; }
Public ReadOnly Property StandardError As T
Get
public:
property T StandardError {
T get ();
}
member StandardError : 'T with get
Property Value
Type:
TThe standard error of the estimated value.
The standard error corresponds to the scale parameter of the distribution.
Reference