C# Class Encog.App.Quant.Indicators.MovingAverage

Inheritance: Indicator
Mostrar archivo Open project: encog/encog-silverlight-core

Public Methods

Method Description
Calculate ( BaseCachedColumn>.IDictionary data, int length ) : void

Calculate this indicator.

MovingAverage ( int thePeriods, bool output ) : System

Construct this object.

Method Details

Calculate() public final method

Calculate this indicator.
public final Calculate ( BaseCachedColumn>.IDictionary data, int length ) : void
data BaseCachedColumn>.IDictionary The data to use.
length int The length to calculate over.
return void

MovingAverage() public method

Construct this object.
public MovingAverage ( int thePeriods, bool output ) : System
thePeriods int The number of periods in this indicator.
output bool True, if this indicator is predicted.
return System