Work with Irregular Time Series 

Draw a sample of Poisson process, sampled at the random times of arrivals.

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

Visualize the time series.

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

Use TimeSeriesMapThread to subtract the mean function from the time series.

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

Use MovingMap to compute mean over a centered constantwidth sliding window.

In[6]:=
Click for copyable input
X
show complete Wolfram Language input
Out[7]=

Use TimeSeriesAggregate to build regularly spaced time series of the largest values in non-overlapping windows of constant width.

In[8]:=
Click for copyable input
X
show complete Wolfram Language input
Out[9]=
In[10]:=
Click for copyable input
X
Out[10]=

Resample with a step of 10 using interpolation of order 0.

In[11]:=
Click for copyable input
X
show complete Wolfram Language input
Out[12]=
In[13]:=
Click for copyable input
X
Out[13]=

Treat the original time series as regularly sampled for use in functions that require such uniformly sampled input.

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