public TestResult PairedStudentTTest()
Public Function PairedStudentTTest As TestResult
public:
TestResult^ PairedStudentTTest()
member PairedStudentTTest : unit -> TestResult
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
InsufficientDataException | There are fewer than two data points. |