Linear Regression Slope (LRS)


Namespace: OpenQuant.API.Indicators
Assembly: OpenQuant.API (in OpenQuant.API.dll)

Syntax

Visual Basic (Declaration)
Public Class LRS
    Inherits Indicator
C#
public class LRS : Indicator
C++
ref class LRS : Indicator
J#
public class LRS extends Indicator
JScript
public class LRS extends Indicator

Inheritance Hierarchy

System.Object
   OpenQuant.API.Indicator
      OpenQuant.API.Indicators.LRS

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also