Class IndicatorsMarket._CAPM
Container holding CAPM parameters.
Inheritance
object
IndicatorsMarket._CAPM
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 IndicatorsMarket._CAPM
Fields
| Improve this Doc View SourceAlpha
CAPM alpha time series.
Declaration
public ITimeSeries<double> Alpha
Field Value
Type | Description |
---|---|
ITimeSeries<double> |
Beta
CAPM beta time series.
Declaration
public ITimeSeries<double> Beta
Field Value
Type | Description |
---|---|
ITimeSeries<double> |