Standard errors for intercept and slope are
available as well as ANOVA, r-square and Pearson's r statistics.
@@ -408,7 +412,6 @@ System.out.println(f.getCumPct("z")); // displays 1
Here are some examples.
Estimate a model based on observations added one at a time
-
Instantiate a regression instance and add data points
+
Estimate a model from a double[][] array of data points
-
Instantiate a regression object and load dataset
+
+
Estimate a model from a double[][] array of data points, excluding the intercept
+
Instantiate a regression object and load dataset
+
+
+
Estimate regression model based on data
+
+ Caution must be exercised when interpreting the slope when no constant is being estimated. The slope
+ may be biased.
+