AnovaPostHocTest.DifferenceBetweenMeans Property

Gets an estimate of the difference between means.

Definition

Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Parameter<double> DifferenceBetweenMeans { get; }

Property Value

Parameter<Double>

Remarks

This property returns a Parameter<T> object that can be used to compute simultaneous confidence intervals for the difference between the means.

See Also