Package net.esper.view.stat

Views computing statistical values.

See:
          Description

Class Summary
BaseBivariateStatisticsView View for computing statistics that require 2 input variable arrays containing X and Y datapoints.
BaseStatisticsBean Bean for performing statistical calculations.
CorrelationBean Bean for calculating the correlation (same to Microsoft Excel CORREL function).
CorrelationView A view that calculates correlation on two fields.
MultiDimStatsView This view compiles OLAP cubes for the specified fields.
RegressionBean Bean for calculating the regression slope and y intercept (same to Microsoft Excel LINEST function).
RegressionLinestView A view that calculates regression on two fields.
UnivariateStatisticsView View for computing statistics, which the view exposes via fields representing the sum, count, standard deviation for sample and for population and variance.
WeightedAverageView View for computing a weighted average.
 

Package net.esper.view.stat Description

Views computing statistical values.