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

Bean for calculating the correlation (same to Microsoft Excel CORREL function).

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

Syntax

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

Inheritance Hierarchy

System.Object
  net.esper.view.stat.BaseStatisticsBean
    net.esper.view.stat.CorrelationBean