Class SimpleLinearRegression.SimpleLinearRegressionResult
Object
SimpleLinearRegressionResult
- Enclosing class:
- SimpleLinearRegression
public static class SimpleLinearRegression.SimpleLinearRegressionResult extends Object
-
Method Summary
Modifier and Type Method Description DRes<SFixed>
getAlpha()
DRes<SFixed>
getBeta()
DRes<SFixed>
getErrorAlphaSquared()
DRes<SFixed>
getErrorBetaSquared()
DRes<SFixed>
getRSquared()
-
Method Details
-
getAlpha
public DRes<SFixed> getAlpha() -
getBeta
public DRes<SFixed> getBeta() -
getErrorAlphaSquared
public DRes<SFixed> getErrorAlphaSquared() -
getErrorBetaSquared
public DRes<SFixed> getErrorBetaSquared() -
getRSquared
public DRes<SFixed> getRSquared()
-