apatlpo / synthetic_stats

Synthetic data generation and statistics (xarray/pandas based)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Synthetic data and statistics

Gathers various notebooks and tools to assess generate synthetic data and test statistical diagnostics.

Data considered:

  • time series (1D)
  • spatiotemporal data (2D/3D)

Analysis:

  • mean, variance
  • autocorrelations
  • spectral estimations
  • confidence intervals are systematic

Leverages xarray, pandas objects and dask distributed.

Useful ressources:

  • statsmodel: time series statistical analysis with pandas objects

Various interesting material:

About

Synthetic data generation and statistics (xarray/pandas based)

License:MIT License


Languages

Language:Jupyter Notebook 98.8%Language:Python 1.2%