Parameter<T>.Distribution Property

Gets the distribution of the estimated value.

Definition

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

Property Value

ContinuousDistribution
The standard error of the estimated value.

See Also