Builds temporal data from a list of values and a list of time stamps.
Weicht von der .wl-Referenz ab: `Mean`, `Quantile` and `RootMeanSquare` of an `EventSeries` or `TemporalData`
TemporalData[{v1, v2, …}, tspec]
TemporalData[{{v11, v12, …}, {v21, v22, …}, …}, tspec]
TemporalData[{{t1, v1}, {t2, v2}…}]
TemporalData[{{{t11, v11}, {t12, v12}…}, {{t21, v21}, {t22, v22}, …}, …}]
TemporalData[{2, 1, 6, 5, 7, 4}, {{1, 2, 5, 10, 12, 15}}]["Path"]
→ {{1, 2}, {2, 1}, {5, 6}, {10, 5}, {12, 7}, {15, 4}}Mean[TemporalData[{2, 1, 6, 5, 7, 4}, {{1, 2, 5, 10, 12, 15}}]]
→ 25/6ListLinePlot[TemporalData[{2, 1, 6, 5, 7, 4}, {{1, 2, 5, 10, 12, 15}}]]
→ -Graphics-Head[TemporalData[{{2, 1, 6, 5, 7, 4}, {4, 7, 5, 6, 1, 2}}, {{1, 2, 5, 10, 12, 15}}]]
→ TemporalDataListLinePlot[TemporalData[{{2, 1, 6, 5, 7, 4}, {4, 7, 5, 6, 1, 2}}, {{1, 2, 5, 10, 12, 15}}]]
→ -Graphics-- CalendarType — default "Gregorian"
- HolidayCalendar — default { "UnitedStates" , "Default" }
- TimeZone — default $TimeZone
- MetaInformation — default None
- MissingDataMethod — default None
- ResamplingMethod — default "Interpolation"
- ValueDimensions — default Automatic
- TemporalRegularity — default Automatic
- DateFunction — default Automatic