コード例 #1
0
 public function testMeanNAN()
 {
     $this->assertNan(StudentT::mean(1));
 }