| StatQueue Methods | 
The StatQueue type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CopyTo | 
            Copy internal state to destination object.
            (Overrides StatCollectionCopyTo(StatCollection).) | 
|  | CumulativeDistribution | 
            Return the cumulative distribution function of the observed data at the specified point.
             | 
|  | EnableTree | 
            Fill the internal AVL tree for data storing.
             | 
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | GetFirst | 
            Get the iterator to the first element of the queue.
             | 
|  | GetHashCode | Serves as the default hash function.(Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | OrderStatistic | 
            Get the order statistic of the observed data.
            http://en.wikipedia.org/wiki/Order_statistic
             | 
|  | PointsAgo | 
            Returns element of index elements prior the queue last element.
             | 
|  | Quantile | 
            Get the quantile of the observed data.
            http://en.wikipedia.org/wiki/Quantile
             | 
|  | TimeAgo | 
            Returns last element with time stamp less or equal to the timestamp argument.
             | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also