示例#1
0
 public function testMean()
 {
     $μ = 5;
     $σ = 1.5;
     $this->assertEquals($μ, Normal::mean($μ, $σ));
 }