toggle menu
0.4.9
common
switch theme
search in API
Navigation
/
com.amarcolini.joos.util
/
MathUtil
/
doLinearRegressionNoIntercept
do
Linear
Regression
No
Intercept
public
final
static
Double
doLinearRegressionNoIntercept
(
List
<
Double
>
x
,
List
<
Double
>
y
)
Does a linear regression of the form
y = mx
.
Return
m