Exemplo n.º 1
0
 /**
  * Constructor function
  * 
  * @param int $df The degrees of freedom
  */
 public function __construct(GeneratorInterface $gen, BasicStats $stats, ChiSquare $chi)
 {
     $this->chi = $chi;
     parent::__construct($gen, $stats);
 }