Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0
-
None
-
None
Description
Following on from Phil's suggestions on list, the sample data should not be in the MultipleLinearRegression interface as it different for different implementations (OLS and GLS). The data input should then be moved to the implementing classes and renamed to reflect that fact that is it not additive, but replaces any existing sample data. Finally, the sample data input should also be overloaded to allow for input from a flat array of observations.