SeriesT Properties |
The SeriesT type exposes the following members.
| Name | Description | |
|---|---|---|
| Args | Gets the list of arguments from the series. | |
| Count | Gets the number of points in the series. | |
| EnumValues | Gets the list of values from the series. | |
| First | Gets the first point in the series. | |
| ItemIndex | Gets a point given its index. | |
| ItemInt32 | Gets a point given its index. | |
| ItemRange | Extracts a slice from the series. | |
| Kurtosis | Gets the unbiased population kurtosis. | |
| Last | Gets the last point in the series. | |
| Maximum | Returns the maximum value from the series. | |
| Mean | Gets the mean value from the series. | |
| Minimum | Returns the minimum value from the series. | |
| Name | Gets the name of the series. | |
| Points | Gets the sorted list of points. | |
| PopulationKurtosis | Gets the kurtosis from the full population. | |
| PopulationSkewness | Get the skewness from the full population. | |
| PopulationStandardDeviation | Gets the standard deviation from the full population. | |
| PopulationVariance | Gets the variance from the full population. | |
| Skewness | Gets the unbiased population skewness. | |
| StandardDeviation | Gets the unbiased standard deviation. | |
| Stats | Gets statistics on the series. | |
| Ticker | Gets the ticker of the series. | |
| Type | Is this a raw (Prices) series or a derived one? | |
| Values | Gets the values array as a vector. | |
| Variance | Gets the unbiased variance. |