Show / Hide Table of Contents

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

| Edit this page View Source

Alpha

CAPM alpha time series.

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

Beta

CAPM beta time series.

Declaration
public ITimeSeries<double> Beta
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