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
| Improve this Doc View SourceIntercept
Y-axis intercept as time series.
Declaration
public ITimeSeries<double> Intercept
Field Value
Type | Description |
---|---|
ITimeSeries<double> |
R2
Coefficient of determination, R2, as time series.
Declaration
public ITimeSeries<double> R2
Field Value
Type | Description |
---|---|
ITimeSeries<double> |
Slope
Slope as time series.
Declaration
public ITimeSeries<double> Slope
Field Value
Type | Description |
---|---|
ITimeSeries<double> |