Click or drag to resize

StatQueue Methods

The StatQueue type exposes the following members.

Methods
  NameDescription
Public methodCopyTo
Copy internal state to destination object.
(Overrides StatCollectionCopyTo(StatCollection).)
Public methodCumulativeDistribution
Return the cumulative distribution function of the observed data at the specified point.
Public methodEnableTree
Fill the internal AVL tree for data storing.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetFirst
Get the iterator to the first element of the queue.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodOrderStatistic
Get the order statistic of the observed data. http://en.wikipedia.org/wiki/Order_statistic
Public methodPointsAgo
Returns element of index elements prior the queue last element.
Public methodQuantile
Get the quantile of the observed data. http://en.wikipedia.org/wiki/Quantile
Public methodTimeAgo
Returns last element with time stamp less or equal to the timestamp argument.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also