Uploaded image for project: 'Mahout'
  1. Mahout
  2. MAHOUT-1753

First and second moment routines

    XMLWordPrintableJSON

Details

    • Blog - New Blog Request
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.10.2
    • None
    • None

    Description

      R analogs: mean(), rowCols(), rowMeans(), variance(), sd().

      Since it presents an efficiency problem to compute second and first moment as two different routines, this issue suggest to unify computation of both first and second moments in the same routine.

      For completeness, we do both in-core and distriuted variations, by convention prepending distributed versions with "d" letter:

      colMeanVars()
      colMeanStdevs()
      dcolMeanVars()
      dcolMeanStdevs()

      Attachments

        Activity

          People

            dlyubimov Dmitriy Lyubimov
            dlyubimov Dmitriy Lyubimov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: