Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0, 2.1
-
None
-
None
Description
The newSampleData(double[], nrows, ncols) method used in the unit tests adds a unitary column to the design matrix, resulting in an intercept term being estimated among the regression parameters. The other newSampleData methods do not do this, forcing users to add the column of "1"s to estimate models with intercept. Behavior should be consistent and users should not have to add the column.
Attachments
Issue Links
- is blocked by
-
MATH-409 Multiple Regression API should allow specification of whether or not to estimate intercept term
- Closed