Click or drag to resize

StatWindow Methods

The StatWindow type exposes the following members.

Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
Public methodCopyTo
Copy internal state to destination object.
(Overrides StatQueueCopyTo(StatCollection).)
Public methodCumulativeDistribution
Return the cumulative distribution function of the observed data at the specified point.
(Inherited from StatQueue.)
Public methodEnableTree
Fill the internal AVL tree for data storing.
(Inherited from StatQueue.)
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.
(Inherited from StatQueue.)
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
(Inherited from StatQueue.)
Public methodPointsAgo
Returns element of index elements prior the queue last element.
(Inherited from StatQueue.)
Public methodPut
Add element to the collection.
Public methodQuantile
Get the quantile of the observed data. http://en.wikipedia.org/wiki/Quantile
(Inherited from StatQueue.)
Public methodTimeAgo
Returns last element with time stamp less or equal to the timestamp argument.
(Inherited from StatQueue.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also