Parameter<T>.Distribution Property

Gets the distribution of the estimated value.

Definition

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

Property Value

ContinuousDistribution
The standard error of the estimated value.

See Also