[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Bean for performing statistical calculations. The bean keeps sums of X and Y datapoints and sums on squares
that can be reused by subclasses. The bean calculates standard deviation (sample and population), variance,
average and sum.
Namespace: net.esper.view.stat
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class BaseStatisticsBean _ Implements ICloneable |
C# |
---|
public class BaseStatisticsBean : ICloneable |
Visual C++ |
---|
public ref class BaseStatisticsBean : ICloneable |
Inheritance Hierarchy
System.Object
net.esper.view.stat.BaseStatisticsBean
net.esper.view.stat.CorrelationBean
net.esper.view.stat.RegressionBean
net.esper.view.stat.BaseStatisticsBean
net.esper.view.stat.CorrelationBean
net.esper.view.stat.RegressionBean