Click or drag to resize

SeriesT Properties

The SeriesT type exposes the following members.

Properties
 NameDescription
Public propertyArgsGets the list of arguments from the series.
Public propertyCountGets the number of points in the series.
Public propertyEnumValuesGets the list of values from the series.
Public propertyFirstGets the first point in the series.
Public propertyItemIndexGets a point given its index.
Public propertyItemInt32Gets a point given its index.
Public propertyItemRangeExtracts a slice from the series.
Public propertyKurtosisGets the unbiased population kurtosis.
Public propertyLastGets the last point in the series.
Public propertyMaximumReturns the maximum value from the series.
Public propertyMeanGets the mean value from the series.
Public propertyMinimumReturns the minimum value from the series.
Public propertyNameGets the name of the series.
Public propertyPointsGets the sorted list of points.
Public propertyPopulationKurtosisGets the kurtosis from the full population.
Public propertyPopulationSkewnessGet the skewness from the full population.
Public propertyPopulationStandardDeviationGets the standard deviation from the full population.
Public propertyPopulationVarianceGets the variance from the full population.
Public propertySkewnessGets the unbiased population skewness.
Public propertyStandardDeviationGets the unbiased standard deviation.
Public propertyStatsGets statistics on the series.
Public propertyTickerGets the ticker of the series.
Public propertyTypeIs this a raw (Prices) series or a derived one?
Public propertyValuesGets the values array as a vector.
Public propertyVarianceGets the unbiased variance.
Top
See Also