[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Constructor requires the name of the two fields to use in the parent view to compute the statistics.

Namespace: net.esper.view.stat
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	statisticsBean As BaseStatisticsBean, _
	fieldNameX As String, _
	fieldNameY As String _
)
C#
public BaseBivariateStatisticsView (
	BaseStatisticsBean statisticsBean,
	string fieldNameX,
	string fieldNameY
)
Visual C++
public:
BaseBivariateStatisticsView (
	BaseStatisticsBean^ statisticsBean, 
	String^ fieldNameX, 
	String^ fieldNameY
)

Parameters

statisticsBean
net.esper.view.stat.BaseStatisticsBean
is the base class prodiving sum of X and Y and squares for use by subclasses
fieldNameX
System.String
is the name of the field within the parent view to get the X values from
fieldNameY
System.String
is the name of the field within the parent view to get the Y values from