Class LinearRegressionResult.LinearRegressionResultBuilder
java.lang.Object
trade.invision.indicators.indicators.statistical.regression.LinearRegressionResult.LinearRegressionResultBuilder
- Enclosing class:
LinearRegressionResult
-
Method Details
-
slope
The slope.- Returns:
this.
-
intercept
The y-intercept.- Returns:
this.
-
y
The y value atindex.- Returns:
this.
-
nextY
The y value atindex + 1.- Returns:
this.
-
rss
The residual sum of squares (RSS).- Returns:
this.
-
tss
The total sum of squares (TSS).- Returns:
this.
-
r2
The coefficient of determination (R^2).- Returns:
this.
-
build
-
toString
-