AnovaPostHocTest.DifferenceBetweenMeans Property

Gets an estimate of the difference between means.

Definition

Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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