Header menu logo bristlecone

TimeIndex<'a> 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

TimeIndex(baseDate, resolution, mode, series)

Full Usage: TimeIndex(baseDate, resolution, mode, series)

Parameters:
Returns: TimeIndex<'a>
baseDate : DateTime
resolution : FixedTemporalResolution
mode : IndexMode<'a>
series : TimeSeries<'a>
Returns: TimeIndex<'a>

Instance members

Instance member Description

this.Baseline

Full Usage: this.Baseline

Returns: DateTime
Returns: DateTime

this[t]

Full Usage: this[t]

Parameters:
    t : float

Returns: 'a
t : float
Returns: 'a

this.Values

Full Usage: this.Values

Returns: (float * 'a) seq
Returns: (float * 'a) seq

Type something to start searching.