Click or drag to resize

Series Properties

The Series type exposes the following members.

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