Class TwoSamplePairedTTest tests if two paired sets of observed values differ from each other in a significant way.

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

Syntax

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

Remarks

Paired samples often occur in pre-test/post-test studies in which subjects are measured before and after an intervention. They also occur in matched-pairs (for example, matching on age and sex), cross-over trials, and sequential observational samples. Paired samples are also called matched samples and dependent samples.

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Stats..::.TwoSamplePairedTTest

See Also