|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseStatisticsBean | |
---|---|
com.espertech.esper.view.stat | Views computing statistical values. |
Uses of BaseStatisticsBean in com.espertech.esper.view.stat |
---|
Fields in com.espertech.esper.view.stat declared as BaseStatisticsBean | |
---|---|
protected BaseStatisticsBean |
UnivariateStatisticsView.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 BaseStatisticsBean | |
---|---|
BaseStatisticsBean |
UnivariateStatisticsView.getBaseStatisticsBean()
|
BaseStatisticsBean |
BaseBivariateStatisticsView.getStatisticsBean()
|
Methods in com.espertech.esper.view.stat with parameters of type BaseStatisticsBean | |
---|---|
static EventBean |
RegressionLinestView.doPopulateMap(BaseStatisticsBean baseStatisticsBean,
EventAdapterService eventAdapterService,
EventType eventType,
StatViewAdditionalProps additionalProps,
java.lang.Object[] decoration)
|
static EventBean |
CorrelationView.doPopulateMap(BaseStatisticsBean baseStatisticsBean,
EventAdapterService eventAdapterService,
EventType eventType,
StatViewAdditionalProps additionalProps,
java.lang.Object[] decoration)
Populate bean. |
static EventBean |
UnivariateStatisticsView.populateMap(BaseStatisticsBean baseStatisticsBean,
EventAdapterService eventAdapterService,
EventType eventType,
StatViewAdditionalProps additionalProps,
java.lang.Object[] lastNewValues)
|
EventBean |
RegressionLinestView.populateMap(BaseStatisticsBean baseStatisticsBean,
EventAdapterService eventAdapterService,
EventType eventType,
StatViewAdditionalProps additionalProps,
java.lang.Object[] decoration)
|
EventBean |
CorrelationView.populateMap(BaseStatisticsBean baseStatisticsBean,
EventAdapterService eventAdapterService,
EventType eventType,
StatViewAdditionalProps additionalProps,
java.lang.Object[] decoration)
|
protected abstract EventBean |
BaseBivariateStatisticsView.populateMap(BaseStatisticsBean baseStatisticsBean,
EventAdapterService eventAdapterService,
EventType eventType,
StatViewAdditionalProps additionalProps,
java.lang.Object[] decoration)
Populate bean. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |