time series
Table of Contents
- Time series is a record of values of a set of given variables, at given time points/ranges.
- Time series is a sequence of data points arranged/indexed in time order.
- Time series is a sequence of data points equally spaced in time.
- Time series is a discrete-time data
1. example
Modelling \(N\): the number of zettels in my notes as a time series, then it could be a time series:
Day | total zettels |
---|---|
0 | 365 |
6 | 428 |
7 | 437 |
8 | 472 |
And so are every other representations of it(list of (day, total zettels) points, or just (365,428,437,472), assuming even spacing)