MovingAverage class documentation

Authors

Generated by pauljohn

Software documentation for the MovingAverage class

MovingAverage : SwarmObject

Declared in:
MovingAverage.h

Description forthcoming.

Method summary

addValue:

- (void) addValue: (double)x;

Description forthcoming.


drop

- (void) drop;

Description forthcoming.


getAverage

- (double) getAverage;

Description forthcoming.


getEWMA

- (double) getEWMA;

Description forthcoming.


getInputLag:

- (double) getInputLag: (unsigned int)i;

Description forthcoming.


getMA

- (double) getMA;

Description forthcoming.


getNumInputs

- (int) getNumInputs;

Description forthcoming.


initWidth:

- (id) initWidth: (int)w;

Description forthcoming.


initWidth:Value:

- (id) initWidth: (int)w Value: (double)val;

Description forthcoming.


lispOutDeep:

- (void) lispOutDeep: (id)stream;

Description forthcoming.