Namespace: Extreme.Statistics.TimeSeriesAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public TimeSeriesCollection(
DateTimeVariable startOfPeriodVariable,
DateTimeUnit unit
)
Public Sub New (
startOfPeriodVariable As DateTimeVariable,
unit As DateTimeUnit
)
public:
TimeSeriesCollection(
DateTimeVariable^ startOfPeriodVariable,
DateTimeUnit unit
)
new :
startOfPeriodVariable : DateTimeVariable *
unit : DateTimeUnit -> TimeSeriesCollection
Parameters
- startOfPeriodVariable
- Type: Extreme.StatisticsDateTimeVariable
A DateTimeVariable whose observations specify the beginning of
each period. - unit
- Type: Extreme.StatisticsDateTimeUnit
A DateTimeUnit value that specifies the lenght of each period.
Numerical Libraries
Supported in: 5.x, 4.x
Reference