{ "info": { "author": "Goh Kun Shun", "author_email": "gohkunshun@airasia.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Scientific/Engineering" ], "description": "\nSTL Decompose\n=============\n\nThis is a relatively naive Python implementation of the \"Seasonal and Trend decomposition using Loess\" time series decomposition (\"STL decomposition,\" Cleveland et al. 1990 [`pdf `_]). \n\nThis implementation is a variation of (and takes inspiration from) the current implementation of the ``seasonal_decompose`` method `in statsmodels `_. In this implementation, the trend component is calculated by substituting a configurable `Loess regression `_ for the convolutional method used in ``seasonal_decompose``. It also extends the existing ``DecomposeResult`` from ``statsmodels`` to allow for forecasting based on the calculated decomposition. \n\n\nUsage\n-----\n\nThe ``stldecompose`` package is relatively lightweight. It uses ``pandas.Dataframe`` for inputs and outputs, and exposes only a couple of primary methods - ``decompose()`` and ``forecast()`` - as well as a handful of built-in forecasting functions. \n\nSee `the included IPython notebook `_ for more details and usage examples.\n\n\nInstallation\n------------\n\nA Python 3 virtual environment is recommended.\n\nThe preferred method of installation is via ``pip``:\n\n``(env) $ pip install stldecompose``\n\nIf you'd like the bleeding-edge version, you can also install from this Github repo::\n\n (env) $ git clone git@github.com:jrmontag/STLDecompose.git \n (env) $ cd STLDecompose; pip install . \n\n\nMore Resources\n--------------\n\n- ``statsmodels`` `Time Series analysis `_ package\n- Hyndman's `OTexts reference on STL decomposition `_ \n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "stldecomposemod", "package_url": "https://pypi.org/project/stldecomposemod/", "platform": "", "project_url": "https://pypi.org/project/stldecomposemod/", "project_urls": null, "release_url": "https://pypi.org/project/stldecomposemod/0.0.3/", "requires_dist": [ "pandas", "numpy", "statsmodels", "matplotlib" ], "requires_python": "", "summary": "A Python implementation of seasonal trend with Loess (STL) time series decomposition MODIFIED", "version": "0.0.3" }, "last_serial": 3889975, "releases": { "0.0.3": [ { "comment_text": "", "digests": { "md5": "2dc7c3331f97874580a4544ce8302451", "sha256": "2ff81fe0c1a3374bbc05de8dac2003ea6ea088ad2a835fcae1f79316dd9d769c" }, "downloads": -1, "filename": "stldecomposemod-0.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2dc7c3331f97874580a4544ce8302451", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 19064, "upload_time": "2018-05-23T03:32:37", "url": "https://files.pythonhosted.org/packages/fd/21/966bc9ff13c7e4648d8254adee7840457c1032f66cf7daf04c2ad751665f/stldecomposemod-0.0.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d850fbeb3d0d91eda1796ce8367dc19b", "sha256": "4020e4ea62839e1efbccc05b199b4c78acef2bfee7a166b49fcc4a383298da08" }, "downloads": -1, "filename": "stldecomposemod-0.0.3.tar.gz", "has_sig": false, "md5_digest": "d850fbeb3d0d91eda1796ce8367dc19b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6920, "upload_time": "2018-05-23T03:32:39", "url": "https://files.pythonhosted.org/packages/b2/81/4ff060920661738c08d3457b21a6c043a2b68a15a64f7def528be3809aea/stldecomposemod-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2dc7c3331f97874580a4544ce8302451", "sha256": "2ff81fe0c1a3374bbc05de8dac2003ea6ea088ad2a835fcae1f79316dd9d769c" }, "downloads": -1, "filename": "stldecomposemod-0.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2dc7c3331f97874580a4544ce8302451", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 19064, "upload_time": "2018-05-23T03:32:37", "url": "https://files.pythonhosted.org/packages/fd/21/966bc9ff13c7e4648d8254adee7840457c1032f66cf7daf04c2ad751665f/stldecomposemod-0.0.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d850fbeb3d0d91eda1796ce8367dc19b", "sha256": "4020e4ea62839e1efbccc05b199b4c78acef2bfee7a166b49fcc4a383298da08" }, "downloads": -1, "filename": "stldecomposemod-0.0.3.tar.gz", "has_sig": false, "md5_digest": "d850fbeb3d0d91eda1796ce8367dc19b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6920, "upload_time": "2018-05-23T03:32:39", "url": "https://files.pythonhosted.org/packages/b2/81/4ff060920661738c08d3457b21a6c043a2b68a15a64f7def528be3809aea/stldecomposemod-0.0.3.tar.gz" } ] }