StatWindow Methods |
The StatWindow type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone | Creates a new object that is a copy of the current instance. | |
| CopyTo |
Copy internal state to destination object.
(Overrides StatQueueCopyTo(StatCollection).) | |
| 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.) | |
| Put |
Add element to the collection.
| |
| Quantile |
Get the quantile of the observed data.
http://en.wikipedia.org/wiki/Quantile
(Inherited from StatQueue.) | |
| 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.) |