Class TwoSampleUnpairedTTest tests the null hypothesis that the two population means corresponding to two random samples are equal.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
[SerializableAttribute]
public class TwoSampleUnpairedTTest : ICloneable
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class TwoSampleUnpairedTTest _
	Implements ICloneable
Visual C++
[SerializableAttribute]
public ref class TwoSampleUnpairedTTest : ICloneable

Remarks

The two samples are assumed to be independent of each other. (For dependent, or paired, samples, see class TwoSamplePairedTTest.) The samples are also assumed to come from populations with the same variance, allowing for a pooled estimate of the variance.

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Stats..::.TwoSampleUnpairedTTest

See Also