public function testMeanNAN()
 {
     $this->assertNan(StudentT::mean(1));
 }