All Projects → BlackArbsCEO → synthetic_time_series

BlackArbsCEO / synthetic_time_series

Licence: other
No description, website, or topics provided.

Programming Languages

Jupyter Notebook
11667 projects

synthetic_time_series

This project repo contains experiments with synthetic price/return series generation.

Currently the project is investigating methods of block bootstrapping for generating realistic looking price series, but as time permits other models and methodologies will be explored.

Some ideas for future experiments:

  • stationary bootstrap
  • cut and paste blocks from correlated assets
  • cut and paste blocks from different assets
  • mixture models for generating paths
  • "traditional" model based generation

Project Organization

.
├── AUTHORS.md
├── LICENSE
├── README.md
├── bin
├── config
├── data
│   ├── external
│   ├── interim
│   ├── processed
│   └── raw
├── docs
├── notebooks
├── reports
│   └── figures
└── src
    ├── data
    ├── external
    ├── models
    ├── tools
    └── visualization
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].