| StatDeque Methods | 
The StatDeque type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | Creates a new object that is a copy of the current instance. | 
|  | CopyTo | 
            Copy internal state to destination object.
            (Inherited from StatQueue.) | 
|  | CumulativeDistribution | 
            Return the cumulative distribution function of the observed data at the specified point.
            (Inherited from StatQueue.) | 
|  | EnableTree | 
            Fill the internal AVL tree for data storing.
            (Inherited from StatQueue.) | 
|  | 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.
            (Inherited from StatQueue.) | 
|  | 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
            (Inherited from StatQueue.) | 
|  | PointsAgo | 
            Returns element of index elements prior the queue last element.
            (Inherited from StatQueue.) | 
|  | PutFirst | 
            Adds a new element at the beginning of the queue.
             | 
|  | PutLast | 
            Adds a new element at the end of the queue, after its current last element.
             | 
|  | Quantile | 
            Get the quantile of the observed data.
            http://en.wikipedia.org/wiki/Quantile
            (Inherited from StatQueue.) | 
|  | RemoveFirst | 
            Remove queue front element.
             | 
|  | RemoveLast | 
            Remove queue back element.
             | 
|  | TimeAgo | 
            Returns last element with time stamp less or equal to the timestamp argument.
            (Inherited from StatQueue.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also