Sanghack Lee created MATH-1316:
----------------------------------
Summary: nonworking code example in User Guide > Statistics >
Multiple linear regression
Key: MATH-1316
URL: https://issues.apache.org/jira/browse/MATH-1316
Project: Commons Math
Issue Type: Task
Affects Versions: 3.5
Environment: N/A
Reporter: Sanghack Lee
Priority: Trivial
OLSMultipleLinearRegression example needs to be modified as
- double[][] x (not double[] x)
- regression.newSampleData(y,x); (not regression.newSample(y,x);)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)