Uploaded image for project: 'Commons Statistics'
  1. Commons Statistics
  2. STATISTICS-71

Implementation of Univariate Statistics

    XMLWordPrintableJSON

Details

    • Task
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • descriptive
    • Medium

    Description

      Jira ticket to track the implementation of the Univariate statistics required for the updated SummaryStatistics API.
      The implementation would be "storeless". It should be used for calculating statistics that can be computed in one pass through the data without storing the sample values.

      Currently I have the definition of API as (this might evolve as I continue working)

      public interface DoubleStorelessUnivariateStatistic extends DoubleSupplier {
      
          DoubleStorelessUnivariateStatistic add(double v);
      
          long getCount();
      
          void combine(DoubleStorelessUnivariateStatistic other);
      } 

       

      Attachments

        Issue Links

          Activity

            People

              ani5rudh Anirudh Joshi
              ani5rudh Anirudh Joshi
              Alex Herbert, Gilles Sadowski
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: