Represent Time Series Data with TimeSeries and EventSeries 

Mathematica 10 adds dedicated time series containers for continuously varying and discrete time series.

TimeSeries represents continuously varying time series.

In[1]:=
Click for copyable input
X
Out[1]=
In[2]:=
Click for copyable input
X
Out[2]=

Find the temperature at a specific time, including in between recorded time stamps.

In[3]:=
Click for copyable input
X
Out[3]=

EventSeries represents discrete time series.

In[4]:=
Click for copyable input
X
Out[4]=
In[5]:=
Click for copyable input
X
Out[5]=

Retrieve the number of accidental deaths in the US in January of 1975.

In[6]:=
Click for copyable input
X
Out[6]=

Values in between recorded time stamps are unknown.

In[7]:=
Click for copyable input
X
Out[7]=
de es ja pt-br zh