Ejemplo n.º 1
0
 public void ApplyCorrection(Variables step, double sigma, double mu)
 {
     this.rs = this.rs + step.s.PointwiseMultiply(step.z) - (sigma * mu);
 }