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.
CorrelationViewFactory Factory for CorrelationView instances.
MultiDimStatsView This view compiles OLAP cubes for the specified fields.
MultiDimStatsViewFactory Factory for MultiDimStatsView instances.
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.
RegressionLinestViewFactory Factory for RegressionLinestView instances.
UnivariateStatisticsView View for computing statistics, which the view exposes via fields representing the sum, count, standard deviation for sample and for population and variance.
UnivariateStatisticsViewFactory Factory for UnivariateStatisticsView instances.
WeightedAverageView View for computing a weighted average.
WeightedAverageViewFactory Factory for WeightedAverageView instances.
 

Package net.esper.view.stat Description

Views computing statistical values.