Auto-tools/Projects/OrangeFactor/Statistics: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(initial page creation)
 
(→‎Types of Transforms: note a few more things about time series)
Line 8: Line 8:


* reductions: give back a scalar value, such as a mean, median, or standard deviation
* reductions: give back a scalar value, such as a mean, median, or standard deviation
* windows: take a subset of the window for further analysis


Note that a hg push series is a time series
Note that a hg push series is a time series
We should move towards an architecture where an arbitrary set of filters may be applied.  So you could e.g. filter, filter, window, reduce.

Revision as of 22:45, 20 October 2010

War on Orange: Statistics

Types of Transforms

Given a time-series of data...

  • filters: transform the series of data giving back the same number of points (as defined for this purpose)
  • reductions: give back a scalar value, such as a mean, median, or standard deviation
  • windows: take a subset of the window for further analysis

Note that a hg push series is a time series

We should move towards an architecture where an arbitrary set of filters may be applied. So you could e.g. filter, filter, window, reduce.