Example #1
0
 public Intercept()
 {
     func = new LinearRegressionFunction(LinearRegressionFunction.FUNCTION.INTERCEPT);
 }
Example #2
0
 public Slope()
 {
     func = new LinearRegressionFunction(LinearRegressionFunction.FUNCTION.SLOPE);
 }
Example #3
0
 public Slope()
 {
     func = new LinearRegressionFunction(LinearRegressionFunction.FUNCTION.SLOPE);
 }