BivariatePairedStudentTTest Method |
Namespace: Meta.Numerics.Statistics
public static TestResult PairedStudentTTest( IReadOnlyList<double> x, IReadOnlyList<double> y )
Exception | Condition |
---|---|
ArgumentNullException | x or y is . |
DimensionMismatchException | x and y do not contain the same number of entries. |
InsufficientDataException | There are fewer than two data points. |
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