Ejemplo n.º 1
0
 public Chisquare(long n)
 {
     this.N = n;
     normal = new Normal(0.0, 1.0);
 }