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

A view that calculates correlation on two fields. The view uses internally a net.esper.view.stat.CorrelationBean 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 correlation bean and the appropriate schema.

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

Syntax

Visual Basic (Declaration)
Public NotInheritable Class CorrelationView _
	Inherits BaseBivariateStatisticsView
C#
public sealed class CorrelationView : BaseBivariateStatisticsView
Visual C++
public ref class CorrelationView sealed : public BaseBivariateStatisticsView

Inheritance Hierarchy

System.Object
  net.esper.view.ViewSupport
    net.esper.view.stat.BaseBivariateStatisticsView
      net.esper.view.stat.CorrelationView

See Also