Click or drag to resize

TwoSampleUnpairedUnequalTTestStatistic Property

Gets the value of the test statistic associated with this hypothesis test.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double Statistic { get; }

Property Value

Double
Remarks
C#
t = ( Xbar1 - Xbar2 ) / SEM
See Also