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