C# Class Encog.App.Quant.Indicators.Predictive.BestReturn

Inheritance: Encog.App.Quant.Indicators.Indicator
Show file Open project: encog/encog-silverlight-core

Public Methods

Method Description
BestReturn ( int thePeriods, bool output ) : System

Construct the object.

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

Calculate the indicator.

Method Details

BestReturn() public method

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

Calculate() public final method

Calculate the indicator.
public final Calculate ( BaseCachedColumn>.IDictionary data, int length ) : void
data BaseCachedColumn>.IDictionary The data available to the indicator.
length int The length of the data to calculate.
return void