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

[Math] homoscedasticTTest method uses non homoscedastic method

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • None
    • None
    • Operating System: other
      Platform: Other

    • 34677

    Description

      In TTestImpl, implementation of the method:
      double homoscedasticTTest(double,double,double,double,double,double)
      calls method:
      t(double,double,double,double,double,double)
      where one could expect it to call:
      homoscedasticT(double,double,double,double,double,double)

      Attachments

        Activity

          People

            Unassigned Unassigned
            gillesgaillard@compuserve.com Gilles Gaillard
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: