Parameter<T>.StandardError Property

Gets the standard error of the estimated value.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public T StandardError { get; }

Property Value

T
The standard error of the estimated value.

Remarks

The standard error corresponds to the scale parameter of the distribution.

See Also