tsma


Nametsma JSON
Version 1.2.0 PyPI version JSON
download
home_pagehttps://github.com/S-bazaz/tsma
Summary(time series model analyses) This package offers tools for analyzing models that generate multivariate time series as output.
upload_time2023-01-05 15:52:37
maintainer
docs_urlNone
authorS-bazaz
requires_python>=3.7
licenseMIT
keywords time-series-analysis phase-diagram time-series-clustering simulated-dataset
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # tsma (time series model analyses)

This package offers tools for analyzing models that generate multivariate time series as output. 
The goal is to make the study of large models, especially those related to macroeconomic ABMs, more convenient.

## References:

This package contains an implementation of two papers: 

- Gross's model of 2022 used as example in the tutorials : https://doi.org/10.1016/j.ecolecon.2010.03.021
- Vandin & al statistical checking of 2021 : http://arxiv.org/abs/2102.05405

To learn more about signature transform see Adeline Fermanian's thesis of (2021) or https://arxiv.org/pdf/1911.13211.pdf

## Structure:

### model 

- **model** : model class that serves as baseline
- **gross2022** : implementation of Gross's model of 2022

### collect
 
- **output_management** : This package includes functions for encoding and decoding parameters into databases, as well as storing and managing simulation data.
- **iterators** : functions used to gather simulations results
- **data_collect** :  allows for the exploration of parameters through statistical analyses, with the option for automatic saving

### visuals

- **fig_constructors** : assists in the creation of figures using Plotly, Seaborn, and Networkx
- **figures** : creates figures using Plotly, Seaborn, and Networkx
- **fig_management** : manages the creation and saving of multiple figures
- **dashboards** : for creating a dashboard on a local server, which allows for the visualization of a summary of a simulation with various sets of parameters.

### analyses

- **statistics** : Means, Stationarity tests, ...
- **vandin** : implementation of statistical analyses taken from : Vandin & al (2021)
- **metrics** : classes used to create clustering approaches for time series clustering
- **clustering** : 
    - multivariate time series unsupervised clustering
    - clustering scoring and selection
    - phase diagram visualization ( parameters space projection of clustering results )
    - comparison of clusters

### basics

- **transfers** : functions used to divide and join strings, lists and dictionaries
- **text_management** : name conversions, title creations ...

## Tutorials:

Find tutorials at : https://github.com/S-bazaz/tsma

- **tsma1** : how to format your model and use the saving system (save, overwrite, query ...)
- **tsma2** : how to use visualizations ( simple plots, dashboards ...)
- **tsma3** : vandin & al statistical checking and data collection (transient analysis, parameters exploration ...)
- **tsma4** : time series clustering ( clusters computation, clustering selection, phase diagram ...)
- **tsma5** : clustering comparison ( visualization per cluster, dendrograms, Jaccard coefficients network plots ...)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/S-bazaz/tsma",
    "name": "tsma",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "time-series-analysis,phase-diagram,time-series-clustering,simulated-dataset",
    "author": "S-bazaz",
    "author_email": "sbazazj2@protonmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d9/14/e24943213872718fff46b80963373260e1feba0885f8e1581730c0845d95/tsma-1.2.0.tar.gz",
    "platform": null,
    "description": "# tsma (time series model analyses)\r\n\r\nThis package offers tools for analyzing models that generate multivariate time series as output. \r\nThe goal is to make the study of large models, especially those related to macroeconomic ABMs, more convenient.\r\n\r\n## References:\r\n\r\nThis package contains an implementation of two papers: \r\n\r\n- Gross's model of 2022 used as example in the tutorials : https://doi.org/10.1016/j.ecolecon.2010.03.021\r\n- Vandin & al statistical checking of 2021 : http://arxiv.org/abs/2102.05405\r\n\r\nTo learn more about signature transform see Adeline Fermanian's thesis of (2021) or https://arxiv.org/pdf/1911.13211.pdf\r\n\r\n## Structure:\r\n\r\n### model \r\n\r\n- **model** : model class that serves as baseline\r\n- **gross2022** : implementation of Gross's model of 2022\r\n\r\n### collect\r\n \r\n- **output_management** : This package includes functions for encoding and decoding parameters into databases, as well as storing and managing simulation data.\r\n- **iterators** : functions used to gather simulations results\r\n- **data_collect** :  allows for the exploration of parameters through statistical analyses, with the option for automatic saving\r\n\r\n### visuals\r\n\r\n- **fig_constructors** : assists in the creation of figures using Plotly, Seaborn, and Networkx\r\n- **figures** : creates figures using Plotly, Seaborn, and Networkx\r\n- **fig_management** : manages the creation and saving of multiple figures\r\n- **dashboards** : for creating a dashboard on a local server, which allows for the visualization of a summary of a simulation with various sets of parameters.\r\n\r\n### analyses\r\n\r\n- **statistics** : Means, Stationarity tests, ...\r\n- **vandin** : implementation of statistical analyses taken from : Vandin & al (2021)\r\n- **metrics** : classes used to create clustering approaches for time series clustering\r\n- **clustering** : \r\n    - multivariate time series unsupervised clustering\r\n    - clustering scoring and selection\r\n    - phase diagram visualization ( parameters space projection of clustering results )\r\n    - comparison of clusters\r\n\r\n### basics\r\n\r\n- **transfers** : functions used to divide and join strings, lists and dictionaries\r\n- **text_management** : name conversions, title creations ...\r\n\r\n## Tutorials:\r\n\r\nFind tutorials at : https://github.com/S-bazaz/tsma\r\n\r\n- **tsma1** : how to format your model and use the saving system (save, overwrite, query ...)\r\n- **tsma2** : how to use visualizations ( simple plots, dashboards ...)\r\n- **tsma3** : vandin & al statistical checking and data collection (transient analysis, parameters exploration ...)\r\n- **tsma4** : time series clustering ( clusters computation, clustering selection, phase diagram ...)\r\n- **tsma5** : clustering comparison ( visualization per cluster, dendrograms, Jaccard coefficients network plots ...)\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "(time series model analyses) This package offers tools for analyzing models that generate multivariate time series as output.",
    "version": "1.2.0",
    "split_keywords": [
        "time-series-analysis",
        "phase-diagram",
        "time-series-clustering",
        "simulated-dataset"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6c3ac91239d33a0d403b17d7524645ee84a59e954de150bf55922ddff8ff1e6e",
                "md5": "1a7e9acb25eb7f9ae9dbc59067be32a5",
                "sha256": "6e9eeeb3a7fe69b9af33ba0496b667e83a49de011b8f3c58d435687c7ec01618"
            },
            "downloads": -1,
            "filename": "tsma-1.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1a7e9acb25eb7f9ae9dbc59067be32a5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 75681,
            "upload_time": "2023-01-05T15:52:36",
            "upload_time_iso_8601": "2023-01-05T15:52:36.101387Z",
            "url": "https://files.pythonhosted.org/packages/6c/3a/c91239d33a0d403b17d7524645ee84a59e954de150bf55922ddff8ff1e6e/tsma-1.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d914e24943213872718fff46b80963373260e1feba0885f8e1581730c0845d95",
                "md5": "ae2cd9c8433a426277b922b1d0b0bf7c",
                "sha256": "b4aac9326876f2492429333f4525dfda34bd3bfca59435e4967e1ee0ae85faf8"
            },
            "downloads": -1,
            "filename": "tsma-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ae2cd9c8433a426277b922b1d0b0bf7c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 69340,
            "upload_time": "2023-01-05T15:52:37",
            "upload_time_iso_8601": "2023-01-05T15:52:37.948436Z",
            "url": "https://files.pythonhosted.org/packages/d9/14/e24943213872718fff46b80963373260e1feba0885f8e1581730c0845d95/tsma-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-05 15:52:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "S-bazaz",
    "github_project": "tsma",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "tsma"
}
        
Elapsed time: 0.02503s