Show / Hide Table of Contents

Class IndicatorsMomentum._Regression

Container holding regression parameters.

Inheritance
object
IndicatorsMomentum._Regression
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: TuringTrader.Indicators
Assembly: TuringTrader.Simulator.dll
Syntax
public class IndicatorsMomentum._Regression

Fields

| Edit this page View Source

Intercept

Y-axis intercept as time series.

Declaration
public ITimeSeries<double> Intercept
Field Value
Type Description
ITimeSeries<double>
| Edit this page View Source

R2

Coefficient of determination, R2, as time series.

Declaration
public ITimeSeries<double> R2
Field Value
Type Description
ITimeSeries<double>
| Edit this page View Source

Slope

Slope as time series.

Declaration
public ITimeSeries<double> Slope
Field Value
Type Description
ITimeSeries<double>
  • Edit this page
  • View Source
In this article
Back to top Copyright © 2011-2023, Bertram Enterprises LLC dba TuringTrader.com