streamingUnivariateStats: A Knowledge Flow step to compute summary statistics incrementally

URL:URL=http://weka.sourceforge.net/doc.packages/streamingUnivariateStats
Author:Mark Hall <mhall{[at]}pentaho.com>
Maintainer:Mark Hall <mhall{[at]}pentaho.com>

Provides a Knowledge Flow step that can compute various summary statistics incrementally on an incoming instance stream. Apart from simple statistics such as count, min, max, mean, standard deviation and frequency counts, the user can optionally turn on computation of the median and quartiles. This then uses a T-digest streaming quantile estimator. The T-digest estimator is slower to execute than the other statistics, so is not turned on by default. The step can also output a summary chart (histogram, box plot, pie chart) for each attribute in the data. Stats can be output once at the end of the stream or periodically as the stream is processed.

All available versions:
Latest
1.0.1
1.0.0