Uses of Class
com.espertech.esper.view.stat.BaseStatisticsBean

Packages that use BaseStatisticsBean
com.espertech.esper.view.stat Views computing statistical values. 
com.espertech.esper.view.stat.olap Views computing OLAP cubes. 
 

Uses of BaseStatisticsBean in com.espertech.esper.view.stat
 

Subclasses of BaseStatisticsBean in com.espertech.esper.view.stat
 class CorrelationBean
          Bean for calculating the correlation (same to Microsoft Excel CORREL function).
 class RegressionBean
          Bean for calculating the regression slope and y intercept (same to Microsoft Excel LINEST function).
 

Fields in com.espertech.esper.view.stat declared as BaseStatisticsBean
protected  BaseStatisticsBean BaseBivariateStatisticsView.statisticsBean
          This bean can be overridden by subclasses providing extra values such as correlation, regression.
 

Methods in com.espertech.esper.view.stat that return types with arguments of type BaseStatisticsBean
protected  MultidimCube<BaseStatisticsBean> MultiDimStatsView.getFactCube()
          For unit testing, returns fact cube.
 

Constructors in com.espertech.esper.view.stat with parameters of type BaseStatisticsBean
BaseBivariateStatisticsView(StatementContext statementContext, BaseStatisticsBean statisticsBean, String fieldNameX, String fieldNameY)
          Constructor requires the name of the two fields to use in the parent view to compute the statistics.
 

Uses of BaseStatisticsBean in com.espertech.esper.view.stat.olap
 

Method parameters in com.espertech.esper.view.stat.olap with type arguments of type BaseStatisticsBean
static Pair<Dimension[],Cell[]> CubeDerivedValueHelper.derive(String[] measuresToDerive, MultidimCube<BaseStatisticsBean> cube)
          Derive given statistical measures from the multidim.
 

Constructor parameters in com.espertech.esper.view.stat.olap with type arguments of type BaseStatisticsBean
CubeImpl(MultidimCube<BaseStatisticsBean> cube, String[] measuresToDerive)
          Constructor.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com