You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sanghack Lee (JIRA)" <ji...@apache.org> on 2016/01/10 22:42:39 UTC

[jira] [Created] (MATH-1316) nonworking code example in User Guide > Statistics > Multiple linear regression

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)