Represents a series of values paired with time stamps. Descriptive
Differisce dal riferimento .wl: `TimeSeries` and `TemporalData`
TimeSeries[{{t1, v1}, {t2, v2}, …, {tn, vn}}]
TimeSeries[tvspec]
TimeSeries[vspec, tspec]
TimeSeries[vspec, tspec, {com1, com2, …}]
Mean[TimeSeries[{{1, 10.}, {2, 20.}, {3, 30.}}]]
→ 20.Total[TimeSeries[{{1, 10}, {2, 20}, {3, 30}}]]
→ 60Mean[TimeSeries[{10., 20., 30., 40.}]]
→ 25.TimeSeriesWindow[TimeSeries[{{1, 10}, {2, 20}, {3, 30}, {4, 40}}], {2, 3}]["Path"]
→ {{2, 20}, {3, 30}}TimeSeriesWindow[TimeSeries[{{1, 10}, {2, 20}, {3, 30}, {4, 40}}], {3, Infinity}]["Path"]
→ {{3, 30}, {4, 40}}TimeSeriesResample[TimeSeries[{{1, 10}, {3, 30}, {4, 40}}], 1]["Path"]
→ {{1, 10}, {2, 20}, {3, 30}, {4, 40}}TimeSeriesResample[TimeSeries[{{1, 10}, {2, 15}, {4, 20}}], 1]["Path"]
→ {{1, 10}, {2, 15}, {3, 35/2}, {4, 20}}TimeSeriesShift[TimeSeries[{{1, 10}, {2, 20}}], 5]["Path"]
→ {{6, 10}, {7, 20}}TimeSeriesMap[# + 1 &, TimeSeries[{{1, 10}, {2, 20}}]]["Path"]
→ {{1, 11}, {2, 21}}TimeSeriesThread[Total, {TimeSeries[{{1, 10}, {2, 20}}], TimeSeries[{{1, 1}, {2, 2}}]}]["Path"]
→ {{1, 11}, {2, 22}}{RegularlySampledQ[TimeSeries[{{1, 10}, {2, 20}, {3, 30}}]], RegularlySampledQ[TimeSeries[{{1, 10}, {2, 20}, {4, 40}}]]}
→ {True, False}TimeSeriesInsert[TimeSeries[{{1, 10}, {3, 30}}], {2, 20}]["Path"]
→ {{1, 10}, {2, 20}, {3, 30}}- ComponentKeys — default Automatic
- CalendarType — default Automatic
- DateGranularity — default Automatic
- HolidayCalendar — default Automatic
- TimeSystem — default Automatic
- TimeZone — default Automatic
- DateFunction — default Automatic
- MergingFunction — default Automatic
- MetaInformation — default None
- MissingDataMethod — default None
- ResamplingMethod — default Automatic
- InterpolationOrder — default Automatic
- TemporalRegularity — default Automatic
- TimeObservationWindow — default Automatic
- ValueDimensions — default Automatic