TwoSampleTTest.GetDifferenceEstimate Method

Gets the estimated value of the difference between the two samples.

Definition

Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Parameter<double> GetDifferenceEstimate()

Return Value

Parameter<Double>
A Parameter<T> object.

See Also