You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "greg sterijevski (JIRA)" <ji...@apache.org> on 2011/07/12 18:10:00 UTC

[jira] [Created] (MATH-615) OLSMultipleRegression seems to fail on the Filippelli Data

OLSMultipleRegression seems to fail on the Filippelli Data
----------------------------------------------------------

                 Key: MATH-615
                 URL: https://issues.apache.org/jira/browse/MATH-615
             Project: Commons Math
          Issue Type: Bug
    Affects Versions: 3.0
         Environment: Java
            Reporter: greg sterijevski


Running the Filipelli data results in an exception being thrown by OLSMutlipleRegression. The exception states that the matrix is singular. 
http://www.itl.nist.gov/div898/strd/lls/data/Filip.shtml

I have added the data to the OLSMutlipleRegressionTest file. 

Unless I screwed something up in the passing of the data, it looks like the QR decomposition is failing.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MATH-615) OLSMultipleRegression seems to fail on the Filippelli Data

Posted by "greg sterijevski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MATH-615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

greg sterijevski updated MATH-615:
----------------------------------

    Attachment: tstdiff

The OLSMutlipleRegressionTest changes with Filipelli included... 

> OLSMultipleRegression seems to fail on the Filippelli Data
> ----------------------------------------------------------
>
>                 Key: MATH-615
>                 URL: https://issues.apache.org/jira/browse/MATH-615
>             Project: Commons Math
>          Issue Type: Bug
>    Affects Versions: 3.0
>         Environment: Java
>            Reporter: greg sterijevski
>              Labels: Filippelli, NIST, OLSMutlipleRegression, QR, data
>         Attachments: tstdiff
>
>
> Running the Filipelli data results in an exception being thrown by OLSMutlipleRegression. The exception states that the matrix is singular. 
> http://www.itl.nist.gov/div898/strd/lls/data/Filip.shtml
> I have added the data to the OLSMutlipleRegressionTest file. 
> Unless I screwed something up in the passing of the data, it looks like the QR decomposition is failing.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MATH-615) OLSMultipleRegression seems to fail on the Filippelli Data

Posted by "greg sterijevski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MATH-615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

greg sterijevski updated MATH-615:
----------------------------------

    Attachment: filippelli2

The situation is not as dire as I first thought. The original test I uploaded had a bug which resulted in a singular matrix, correctly. This current test still fails, but the failure occurs with a tolerance of 1.0e-5 for the parameters. 

> OLSMultipleRegression seems to fail on the Filippelli Data
> ----------------------------------------------------------
>
>                 Key: MATH-615
>                 URL: https://issues.apache.org/jira/browse/MATH-615
>             Project: Commons Math
>          Issue Type: Bug
>    Affects Versions: 3.0
>         Environment: Java
>            Reporter: greg sterijevski
>              Labels: Filippelli, NIST, OLSMutlipleRegression, QR, data
>         Attachments: filippelli2, tstdiff
>
>
> Running the Filipelli data results in an exception being thrown by OLSMutlipleRegression. The exception states that the matrix is singular. 
> http://www.itl.nist.gov/div898/strd/lls/data/Filip.shtml
> I have added the data to the OLSMutlipleRegressionTest file. 
> Unless I screwed something up in the passing of the data, it looks like the QR decomposition is failing.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (MATH-615) OLSMultipleRegression seems to fail on the Filippelli Data

Posted by "Phil Steitz (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MATH-615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Phil Steitz resolved MATH-615.
------------------------------

    Resolution: Not A Problem
    
> OLSMultipleRegression seems to fail on the Filippelli Data
> ----------------------------------------------------------
>
>                 Key: MATH-615
>                 URL: https://issues.apache.org/jira/browse/MATH-615
>             Project: Commons Math
>          Issue Type: Bug
>    Affects Versions: 3.0
>         Environment: Java
>            Reporter: greg sterijevski
>              Labels: Filippelli, NIST, OLSMutlipleRegression, QR, data
>         Attachments: filippelli2, tstdiff
>
>
> Running the Filipelli data results in an exception being thrown by OLSMutlipleRegression. The exception states that the matrix is singular. 
> http://www.itl.nist.gov/div898/strd/lls/data/Filip.shtml
> I have added the data to the OLSMutlipleRegressionTest file. 
> Unless I screwed something up in the passing of the data, it looks like the QR decomposition is failing.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MATH-615) OLSMultipleRegression seems to fail on the Filippelli Data

Posted by "greg sterijevski (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MATH-615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13082167#comment-13082167 ] 

greg sterijevski commented on MATH-615:
---------------------------------------

Do check in the Filipelli test though.




> OLSMultipleRegression seems to fail on the Filippelli Data
> ----------------------------------------------------------
>
>                 Key: MATH-615
>                 URL: https://issues.apache.org/jira/browse/MATH-615
>             Project: Commons Math
>          Issue Type: Bug
>    Affects Versions: 3.0
>         Environment: Java
>            Reporter: greg sterijevski
>              Labels: Filippelli, NIST, OLSMutlipleRegression, QR, data
>         Attachments: filippelli2, tstdiff
>
>
> Running the Filipelli data results in an exception being thrown by OLSMutlipleRegression. The exception states that the matrix is singular. 
> http://www.itl.nist.gov/div898/strd/lls/data/Filip.shtml
> I have added the data to the OLSMutlipleRegressionTest file. 
> Unless I screwed something up in the passing of the data, it looks like the QR decomposition is failing.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MATH-615) OLSMultipleRegression seems to fail on the Filippelli Data

Posted by "greg sterijevski (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MATH-615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13082163#comment-13082163 ] 

greg sterijevski commented on MATH-615:
---------------------------------------

Yes,  the major issue of singularity was one where I had a bug in the test.





> OLSMultipleRegression seems to fail on the Filippelli Data
> ----------------------------------------------------------
>
>                 Key: MATH-615
>                 URL: https://issues.apache.org/jira/browse/MATH-615
>             Project: Commons Math
>          Issue Type: Bug
>    Affects Versions: 3.0
>         Environment: Java
>            Reporter: greg sterijevski
>              Labels: Filippelli, NIST, OLSMutlipleRegression, QR, data
>         Attachments: filippelli2, tstdiff
>
>
> Running the Filipelli data results in an exception being thrown by OLSMutlipleRegression. The exception states that the matrix is singular. 
> http://www.itl.nist.gov/div898/strd/lls/data/Filip.shtml
> I have added the data to the OLSMutlipleRegressionTest file. 
> Unless I screwed something up in the passing of the data, it looks like the QR decomposition is failing.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MATH-615) OLSMultipleRegression seems to fail on the Filippelli Data

Posted by "Phil Steitz (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MATH-615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13082161#comment-13082161 ] 

Phil Steitz commented on MATH-615:
----------------------------------

I am tempted to close this as not a problem.  What do you think, Greg?

> OLSMultipleRegression seems to fail on the Filippelli Data
> ----------------------------------------------------------
>
>                 Key: MATH-615
>                 URL: https://issues.apache.org/jira/browse/MATH-615
>             Project: Commons Math
>          Issue Type: Bug
>    Affects Versions: 3.0
>         Environment: Java
>            Reporter: greg sterijevski
>              Labels: Filippelli, NIST, OLSMutlipleRegression, QR, data
>         Attachments: filippelli2, tstdiff
>
>
> Running the Filipelli data results in an exception being thrown by OLSMutlipleRegression. The exception states that the matrix is singular. 
> http://www.itl.nist.gov/div898/strd/lls/data/Filip.shtml
> I have added the data to the OLSMutlipleRegressionTest file. 
> Unless I screwed something up in the passing of the data, it looks like the QR decomposition is failing.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira