iar


Nameiar JSON
Version 1.2.8 PyPI version JSON
download
home_pagehttps://github.com/felipeelorrieta/iAR
SummaryIrregularly Observed Autoregressive Models
upload_time2022-12-28 21:31:39
maintainer
docs_urlNone
authorFelipe Elorrieta
requires_python
licenseMIT
keywords irregulary observed time series autoregressive
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            iAR package
===========

Description
===========

Data sets, functions and scripts with examples to implement
autoregressive models for irregularly observed time series. The models
available in this package are the irregular autoregressive model
[(Eyheramendy et al.(2018))](#1), the complex irregular autoregressive model
[(Elorrieta et al.(2019))](#2) and the bivariate irregular autoregressive model [(Elorrieta et al.(2021))](#3).

Contents
========

-   Irregular Autoregressive (IAR) Model [[1]](#1)
-   Complex Irregular Autoregressive (CIAR) Model [[2]](#2)
-   Bivariate Irregular Autoregressive (BIAR) Model [[3]](#3)

Instalation
=====================

Dependencies:

```
numpy
pandas
scipy
matplotlib
sklearn
statsmodels
```

Install from PyPI using:

```
pip install iar
```

or clone this github and do:

```
python setup.py install --user
```

Examples
======================

-   IAR Model demo [here](https://github.com/felipeelorrieta/iAR/blob/master/examples/IAR_demo.ipynb)
-   CIAR Model demo [here](https://github.com/felipeelorrieta/iAR/blob/master/examples/CIAR_demo.ipynb)
-   BIAR Model demo [here](https://github.com/felipeelorrieta/iAR/blob/master/examples/BIAR_demo.ipynb)

Authors
======================

-   Felipe Elorrieta (felipe.elorrieta@usach.cl) (Millennium Institute of Astrophysics and Universidad de Santiago de Chile)
-   Cesar Ojeda (Universidad del Valle - Colombia)
-   Susana Eyheramendy (Millennium Institute of Astrophysics and Universidad Adolfo Ibañez)
-   Wilfredo Palma (Millennium Institute of Astrophysics)

Acknowledgments
======================

The authors acknowledge support from the ANID – Millennium Science Initiative Program – ICN12_009 awarded to the Millennium Institute of Astrophysics MAS (www.astrofisicamas.cl) 

References
======================

<a id="1">[1]</a> Eyheramendy S, Elorrieta F, Palma W (2018). “An irregular discrete time series model to identify residuals with autocorrelation in astronomical light curves.” Monthly Notices of the Royal Astronomical Society, 481(4), 4311–4322. ISSN 0035-8711, doi: 10.1093/mnras/sty2487, https://academic.oup.com/mnras/article-pdf/481/4/4311/25906473/sty2487.pdf.

<a id="2">[2]</a> Elorrieta, F, Eyheramendy, S, Palma, W (2019). “Discrete-time autoregressive model for unequally spaced time-series observations.” A\& A, 627, A120. doi: 10.1051/00046361/201935560, https://doi.org/10.1051/0004-6361/201935560.

<a id="3">[3]</a> Elorrieta, F, Eyheramendy, S, Palma, W, Ojeda, C (2021).A novel bivariate autoregressive model for predicting and forecasting irregularly observed time series, Monthly Notices of the Royal Astronomical Society, 505 (1),1105–1116,https://doi.org/10.1093/mnras/stab1216

<a id="4">[4]</a> Jordán A, Espinoza N, Rabus M, Eyheramendy S, Sing DK, Désert J, Bakos GÁ, Fortney JJ, LópezMorales M, Maxted PFL, Triaud AHMJ, Szentgyorgyi A (2013). “A Ground-based Optical Transmission Spectrum of WASP-6b.” The Astrophysical Journal, 778, 184. doi: 10.1088/0004637X/
778/2/184, 1310.6048, https://doi.org/10.1088/0004-637X/778/2/184.

<a id="5">[5]</a> Lira P, Arévalo P, Uttley P, McHardy IMM, Videla L (2015). “Long-term monitoring of the archetype Seyfert galaxy MCG-6-30-15: X-ray, optical and near-IR variability of the corona, disc and torus.” Monthly Notices of the Royal Astronomical Society, 454(1), 368–379. ISSN 0035-8711, doi: 10.1093/mnras/stv1945, https://doi.org/10.1093/mnras/stv1945.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/felipeelorrieta/iAR",
    "name": "iar",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "irregulary observed time series,autoregressive",
    "author": "Felipe Elorrieta",
    "author_email": "felipe.elorrieta@usach.cl",
    "download_url": "https://files.pythonhosted.org/packages/f1/da/584f343588560c107c4bd501888e05fc6fe5173fca88db96a28ec2859bc2/iar-1.2.8.tar.gz",
    "platform": null,
    "description": "iAR package\n===========\n\nDescription\n===========\n\nData sets, functions and scripts with examples to implement\nautoregressive models for irregularly observed time series. The models\navailable in this package are the irregular autoregressive model\n[(Eyheramendy et al.(2018))](#1), the complex irregular autoregressive model\n[(Elorrieta et al.(2019))](#2) and the bivariate irregular autoregressive model [(Elorrieta et al.(2021))](#3).\n\nContents\n========\n\n-   Irregular Autoregressive (IAR) Model [[1]](#1)\n-   Complex Irregular Autoregressive (CIAR) Model [[2]](#2)\n-   Bivariate Irregular Autoregressive (BIAR) Model [[3]](#3)\n\nInstalation\n=====================\n\nDependencies:\n\n```\nnumpy\npandas\nscipy\nmatplotlib\nsklearn\nstatsmodels\n```\n\nInstall from PyPI using:\n\n```\npip install iar\n```\n\nor clone this github and do:\n\n```\npython setup.py install --user\n```\n\nExamples\n======================\n\n-   IAR Model demo [here](https://github.com/felipeelorrieta/iAR/blob/master/examples/IAR_demo.ipynb)\n-   CIAR Model demo [here](https://github.com/felipeelorrieta/iAR/blob/master/examples/CIAR_demo.ipynb)\n-   BIAR Model demo [here](https://github.com/felipeelorrieta/iAR/blob/master/examples/BIAR_demo.ipynb)\n\nAuthors\n======================\n\n-   Felipe Elorrieta (felipe.elorrieta@usach.cl) (Millennium Institute of Astrophysics and Universidad de Santiago de Chile)\n-   Cesar Ojeda (Universidad del Valle - Colombia)\n-   Susana Eyheramendy (Millennium Institute of Astrophysics and Universidad Adolfo Iba\u00f1ez)\n-   Wilfredo Palma (Millennium Institute of Astrophysics)\n\nAcknowledgments\n======================\n\nThe authors acknowledge support from the ANID \u2013 Millennium Science Initiative Program \u2013 ICN12_009 awarded to the Millennium Institute of Astrophysics MAS (www.astrofisicamas.cl) \n\nReferences\n======================\n\n<a id=\"1\">[1]</a> Eyheramendy S, Elorrieta F, Palma W (2018). \u201cAn irregular discrete time series model to identify residuals with autocorrelation in astronomical light curves.\u201d Monthly Notices of the Royal Astronomical Society, 481(4), 4311\u20134322. ISSN 0035-8711, doi: 10.1093/mnras/sty2487, https://academic.oup.com/mnras/article-pdf/481/4/4311/25906473/sty2487.pdf.\n\n<a id=\"2\">[2]</a> Elorrieta, F, Eyheramendy, S, Palma, W (2019). \u201cDiscrete-time autoregressive model for unequally spaced time-series observations.\u201d A\\& A, 627, A120. doi: 10.1051/00046361/201935560, https://doi.org/10.1051/0004-6361/201935560.\n\n<a id=\"3\">[3]</a> Elorrieta, F, Eyheramendy, S, Palma, W, Ojeda, C (2021).A novel bivariate autoregressive model for predicting and forecasting irregularly observed time series, Monthly Notices of the Royal Astronomical Society, 505 (1),1105\u20131116,https://doi.org/10.1093/mnras/stab1216\n\n<a id=\"4\">[4]</a> Jord\u00e1n A, Espinoza N, Rabus M, Eyheramendy S, Sing DK, D\u00e9sert J, Bakos G\u00c1, Fortney JJ, L\u00f3pezMorales M, Maxted PFL, Triaud AHMJ, Szentgyorgyi A (2013). \u201cA Ground-based Optical Transmission Spectrum of WASP-6b.\u201d The Astrophysical Journal, 778, 184. doi: 10.1088/0004637X/\n778/2/184, 1310.6048, https://doi.org/10.1088/0004-637X/778/2/184.\n\n<a id=\"5\">[5]</a> Lira P, Ar\u00e9valo P, Uttley P, McHardy IMM, Videla L (2015). \u201cLong-term monitoring of the archetype Seyfert galaxy MCG-6-30-15: X-ray, optical and near-IR variability of the corona, disc and torus.\u201d Monthly Notices of the Royal Astronomical Society, 454(1), 368\u2013379. ISSN 0035-8711, doi: 10.1093/mnras/stv1945, https://doi.org/10.1093/mnras/stv1945.",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Irregularly Observed Autoregressive Models",
    "version": "1.2.8",
    "split_keywords": [
        "irregulary observed time series",
        "autoregressive"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "e1aed1eea508bd6a6808193aa5cefe8f",
                "sha256": "626b8d12f546fc8ebc376336307b2503a08445c0596ea593cd5e9f36cc4749b5"
            },
            "downloads": -1,
            "filename": "iar-1.2.8-py3.7.egg",
            "has_sig": false,
            "md5_digest": "e1aed1eea508bd6a6808193aa5cefe8f",
            "packagetype": "bdist_egg",
            "python_version": "1.2.8",
            "requires_python": null,
            "size": 52368,
            "upload_time": "2022-12-28T21:31:37",
            "upload_time_iso_8601": "2022-12-28T21:31:37.315423Z",
            "url": "https://files.pythonhosted.org/packages/16/ea/3d74ae6ea94a3ada7b4d2faaf803f77992dd99e2f4ead65d54d6d001710f/iar-1.2.8-py3.7.egg",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "d0344a6b3932cd0b219620b9b77f1043",
                "sha256": "647c85a7582a28240bbd7b6f3485622d61e8de272f29ac3d09d1f0a32ee2a005"
            },
            "downloads": -1,
            "filename": "iar-1.2.8.tar.gz",
            "has_sig": false,
            "md5_digest": "d0344a6b3932cd0b219620b9b77f1043",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 33132,
            "upload_time": "2022-12-28T21:31:39",
            "upload_time_iso_8601": "2022-12-28T21:31:39.591470Z",
            "url": "https://files.pythonhosted.org/packages/f1/da/584f343588560c107c4bd501888e05fc6fe5173fca88db96a28ec2859bc2/iar-1.2.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-28 21:31:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "felipeelorrieta",
    "github_project": "iAR",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "iar"
}
        
Elapsed time: 0.02794s