Work with Time Series Containing Missing Data
Thanks to the symbolic nature of Mathematica the values of time series may be any expressions. In particular, the expression Missing[…] is reserved to annotate missing observations, and Mathematica provides a special handling for it.
The time series of temperatures readings in Champaign, Illinois on May 14, 2014.
Out[1]= | |
Out[2]= | |
Out[940]= | |
The missing values are treated as symbolic expressions.
Out[3]= | |
Use MissingDataMethod option to specify how to fill in the missing value.
Compare means.
Out[6]= | |