예제 #1
0
파일: Slope.cs 프로젝트: xewn/Npoi.Core
 public Slope()
 {
     func = new LinearRegressionFunction(LinearRegressionFunction.FUNCTION.SLOPE);
 }
예제 #2
0
 public Intercept()
 {
     func = new LinearRegressionFunction(LinearRegressionFunction.FUNCTION.INTERCEPT);
 }