Time series analysis

Packages such as pandas, numpy, matplotlib, statsmodel allows for the analysis of different types of time series data. An example would be Total Suspended Solids concentration (mg/L) derived from Acoustic Doppler Current Profiler (ADCP) over an extended period of time at a static location.

Visualization of data using Matplotlib

 

Box plots and moving averages are a good way of removing ‘noise’ from a time series data set and to visualize and trends.

 

 

Time series decomposition