Uploaded image for project: 'Commons Math'
  1. Commons Math
  2. MATH-1167

OLSMultipleLinearRegression STILL needs a way to specify non-zero singularity threshold when instantiating QRDecomposition

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 3.3
    • 3.4
    • None
    • None
    • jdk1.7_71, OSX 10.10

    Description

      A fix was made for this issue in MATH-1110 for the newSampleData method but not for the newXSampleData method.

      It's a simple change to propagate the threshold to QRDecomposition:
      237c237
      < qr = new QRDecomposition(getX());

      > qr = new QRDecomposition(getX(), threshold);

      Attachments

        Activity

          People

            Unassigned Unassigned
            neilireson Neil Ireson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: