Parameter<T>.StandardError Property

Gets the standard error of the estimated value.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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