[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)
A view that calculates regression on two fields. The view uses internally a net.esper.view.stat.RegressionBean
instance for the calculations, it also returns this bean as the result.
This class accepts most of its behaviour from its parent, net.esper.view.stat.BaseBivariateStatisticsView. It adds
the usage of the regression bean and the appropriate schema.
Namespace: net.esper.view.stat
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public NotInheritable Class RegressionLinestView _ Inherits BaseBivariateStatisticsView |
C# |
---|
public sealed class RegressionLinestView : BaseBivariateStatisticsView |
Visual C++ |
---|
public ref class RegressionLinestView sealed : public BaseBivariateStatisticsView |
Inheritance Hierarchy
System.Object
net.esper.view.ViewSupport
net.esper.view.stat.BaseBivariateStatisticsView
net.esper.view.stat.RegressionLinestView
net.esper.view.ViewSupport
net.esper.view.stat.BaseBivariateStatisticsView
net.esper.view.stat.RegressionLinestView