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

Bean for calculating the regression slope and y intercept (same to Microsoft Excel LINEST function).

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

Syntax

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

Inheritance Hierarchy

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