Click or drag to resize

BivariateSamplePairedStudentTTest Method

Performs a paired Student t-test.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public TestResult PairedStudentTTest()

Return Value

Type: TestResult
The result of the test.
Exceptions
ExceptionCondition
InsufficientDataExceptionThere are fewer than two data points.
Remarks

Like a two-sample, unpaired t-test (StudentTTest(Sample, Sample)), a paired t-test compares two samples to detect a difference in means. Unlike the unpaired version, the paired version assumes that each

See Also