FinAnalysis.Listeners Namespace |
Class | Description | |
---|---|---|
DistributionListener |
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.
| |
DistributionListenerDistributionEntry |
Data and Time pair class to store in tree.
| |
MaximizerListener |
Represents a Maximizer listener of IDataQueue.
It will be useful for finding maximal value in indicators history.
| |
MinimizerListener |
Represents a Minimizer listener of IDataQueue.
It will be useful for finding minimal value in indicators history.
| |
StatisticsListener |
Represents a Statistics listener of IDataQueue.
Calculates simple statistics of time series.
It will be useful to get some statics from indicators history.
| |
SummatorListener |
Represents a Summator listener of IDataQueue.
It will be useful to get sum of values in indicators history.
|