Click or drag to resize

FinAnalysis.Listeners Namespace

The FinAnalysis.Listeners namespace contains classes for listeners.
Classes
  ClassDescription
Public classDistributionListener
Represents a main distribution characteristic determinator. http://en.wikipedia.org/wiki/Probability_distribution This class is IDataQueue listener, so it useful to calculate statistics on indicators history. For user specific uses, use Distribution class. It will be useful for finding quantiles, averages, moments, distribution function and etc. It use AvlTree inside, so it's useful only on on-line dynamic data, where count of elements more than 50.
Public classDistributionListenerDistributionEntry
Data and Time pair class to store in tree.
Public classMaximizerListener
Represents a Maximizer listener of IDataQueue. It will be useful for finding maximal value in indicators history.
Public classMinimizerListener
Represents a Minimizer listener of IDataQueue. It will be useful for finding minimal value in indicators history.
Public classStatisticsListener
Represents a Statistics listener of IDataQueue. Calculates simple statistics of time series. It will be useful to get some statics from indicators history.
Public classSummatorListener
Represents a Summator listener of IDataQueue. It will be useful to get sum of values in indicators history.