TwoSampleTTest.GetDifferenceEstimate Method

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

Definition

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

Return Value

Parameter<Double>
A Parameter<T> object.

See Also