TimeIndex.TimeIndex<'T, 'date, 'timeunit, 'timespan, 'modelTimeUnit> Type
A representation of temporal data as fractions of a common fixed temporal resolution, from a given baseline. The baseline must be greater than or equal to the baseline of the time series.
Constructors
| Constructor |
Description
|
Full Usage:
TimeIndex(baseDate, toTargetResolution, mode, series)
Parameters:
'date
toTargetResolution : ConvertFrom<'date, 'timespan> -> float<'modelTimeUnit>
mode : IndexMode<'T, 'modelTimeUnit>
series : TimeSeries<'T, 'date, 'timeunit, 'timespan>
Returns: TimeIndex<'T, 'date, 'timeunit, 'timespan, 'modelTimeUnit>
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.Baseline
Returns: 'date
|
|
Full Usage:
this.Index
Returns: float<MeasureProduct<'modelTimeUnit, MeasureProduct<time index, MeasureOne>>> seq
|
|
Full Usage:
this[t]
Parameters:
float<MeasureProduct<'modelTimeUnit, MeasureProduct<time index, MeasureOne>>>
Returns: 'T
|
|
Full Usage:
this.Values
Returns: (float<MeasureProduct<'modelTimeUnit, MeasureProduct<time index, MeasureOne>>> * 'T) seq
|
|
bristlecone