5051525354555657585960
this.beta1 = l.beta1; this.outputValue = l.projection; this.outputRange = l.range; this.standardDeviation = l.stddev; Correlation c = new Correlation(dataPoints); this.correlation = c.r * c.r; this.significance = c.p; rateCalculation(dataPoints);