prog-algs


Nameprog-algs JSON
Version 1.5.1 PyPI version JSON
download
home_pagehttps://nasa.github.io/progpy/prog_algs_guide.html
SummaryThe NASA Prognostics Algorithm Package is a framework for model-based prognostics (computation of remaining useful life) of engineering systems. It includes algorithms for state estimation and prediction, including uncertainty propagation. The algorithms use prognostic models (see prog_models) to perform estimation and prediction. The package enables rapid development of prognostics solutions for given models of components and systems. Algorithms can be swapped for comparative studies and evaluations
upload_time2023-08-18 23:52:02
maintainer
docs_urlNone
authorChristopher Teubert
requires_python>=3.7, <3.12
licenseNOSA
keywords prognostics diagnostics fault detection fdir prognostics and health management phm health management ivhm
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Prognostics Algorithm Python Package
[![CodeFactor](https://www.codefactor.io/repository/github/nasa/prog_algs/badge)](https://www.codefactor.io/repository/github/nasa/prog_algs)
[![GitHub License](https://img.shields.io/badge/License-NOSA-green)](https://github.com/nasa/prog_algs/blob/master/license.pdf)
[![GitHub Releases](https://img.shields.io/github/release/nasa/prog_algs.svg)](https://github.com/nasa/prog_algs/releases)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/nasa/prog_algs/master?tutorial.ipynb)

The Prognostic Algorithm Package is a python framework for model-based prognostics (computation of remaining useful life) of engineering systems, and provides a set of algorithms for state estimation and prediction, including uncertainty propagation. The algorithms take as inputs prognostic models (from NASA's Prognostics Model Package), and perform estimation and prediction functions. The library allows the rapid development of prognostics solutions for given models of components and systems. Different algorithms can be easily swapped to do comparative studies and evaluations of different algorithms to select the best for the application at hand.

This is designed to be used with the [Prognostics Models Package](https://github.com/nasa/prog_models).

## Installation
`pip3 install prog_algs`

## Documentation
See documentation [here](https://nasa.github.io/progpy/prog_algs_guide.html)

## Repository Directory Structure 

`src/prog_algs/` - The prognostics algorithm python package<br />
`examples/` - Example Python scripts using prog_algs<br />
`tests/` - Tests for prog_models<br />
`README.md` - The readme (this file)<br />

## Citing this repository
Use the following to cite this repository:

```
@misc{2023_nasa_prog_algs,
    author    = {Christopher Teubert and Matteo Corbetta and Chetan Kulkarni},
    title     = {Prognostics Algorithm Python Package},
    month     = May,
    year      = 2023,
    version   = {1.5},
    url       = {https://github.com/nasa/prog\_algs}
    }
```

The corresponding reference should look like this:

C. Teubert, M. Corbetta, C. Kulkarni, Prognostics Algorithm Python Package, v1.5, May 2023. URL https://github.com/nasa/prog_algs.

Alternatively, if using both prog_models and prog_algs, you can cite the combined package as

C. Teubert, C. Kulkarni, M. Corbetta, K. Jarvis, M. Daigle, ProgPy Prognostics Python Packages, v1.5, May 2023. URL https://nasa.github.io/progpy.

## Acknowledgements
The structure and algorithms of this package are strongly inspired by the [MATLAB Prognostics Algorithm Library](https://github.com/nasa/PrognosticsAlgorithmLibrary) and the [MATLAB Prognostics Metrics Library](https://github.com/nasa/PrognosticsMetricsLibrary). We would like to recognize Matthew Daigle, Shankar Sankararaman and the rest of the team that contributed to the Prognostics Model Library for the contributions their work on the MATLAB library made to the design of prog_algs

## Notices
Copyright © 2021 United States Government as represented by the Administrator of the National Aeronautics and Space Administration.  All Rights Reserved.

## Disclaimers
No Warranty: THE SUBJECT SOFTWARE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY OF ANY KIND, EITHER EXPRESSED, IMPLIED, OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, ANY WARRANTY THAT THE SUBJECT SOFTWARE WILL CONFORM TO SPECIFICATIONS, ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR FREEDOM FROM INFRINGEMENT, ANY WARRANTY THAT THE SUBJECT SOFTWARE WILL BE ERROR FREE, OR ANY WARRANTY THAT DOCUMENTATION, IF PROVIDED, WILL CONFORM TO THE SUBJECT SOFTWARE. THIS AGREEMENT DOES NOT, IN ANY MANNER, CONSTITUTE AN ENDORSEMENT BY GOVERNMENT AGENCY OR ANY PRIOR RECIPIENT OF ANY RESULTS, RESULTING DESIGNS, HARDWARE, SOFTWARE PRODUCTS OR ANY OTHER APPLICATIONS RESULTING FROM USE OF THE SUBJECT SOFTWARE.  FURTHER, GOVERNMENT AGENCY DISCLAIMS ALL WARRANTIES AND LIABILITIES REGARDING THIRD-PARTY SOFTWARE, IF PRESENT IN THE ORIGINAL SOFTWARE, AND DISTRIBUTES IT "AS IS."

Waiver and Indemnity:  RECIPIENT AGREES TO WAIVE ANY AND ALL CLAIMS AGAINST THE UNITED STATES GOVERNMENT, ITS CONTRACTORS AND SUBCONTRACTORS, AS WELL AS ANY PRIOR RECIPIENT.  IF RECIPIENT'S USE OF THE SUBJECT SOFTWARE RESULTS IN ANY LIABILITIES, DEMANDS, DAMAGES, EXPENSES OR LOSSES ARISING FROM SUCH USE, INCLUDING ANY DAMAGES FROM PRODUCTS BASED ON, OR RESULTING FROM, RECIPIENT'S USE OF THE SUBJECT SOFTWARE, RECIPIENT SHALL INDEMNIFY AND HOLD HARMLESS THE UNITED STATES GOVERNMENT, ITS CONTRACTORS AND SUBCONTRACTORS, AS WELL AS ANY PRIOR RECIPIENT, TO THE EXTENT PERMITTED BY LAW.  RECIPIENT'S SOLE REMEDY FOR ANY SUCH MATTER SHALL BE THE IMMEDIATE, UNILATERAL TERMINATION OF THIS AGREEMENT.

            

Raw data

            {
    "_id": null,
    "home_page": "https://nasa.github.io/progpy/prog_algs_guide.html",
    "name": "prog-algs",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7, <3.12",
    "maintainer_email": "",
    "keywords": "prognostics,diagnostics,fault detection,fdir,prognostics and health management,PHM,health management,ivhm",
    "author": "Christopher Teubert",
    "author_email": "christopher.a.teubert@nasa.gov",
    "download_url": "https://files.pythonhosted.org/packages/99/a7/f0ca649ac26f5e8c436dafea30596f710633fabbbccb236ecbe73a1f614b/prog_algs-1.5.1.tar.gz",
    "platform": null,
    "description": "# Prognostics Algorithm Python Package\n[![CodeFactor](https://www.codefactor.io/repository/github/nasa/prog_algs/badge)](https://www.codefactor.io/repository/github/nasa/prog_algs)\n[![GitHub License](https://img.shields.io/badge/License-NOSA-green)](https://github.com/nasa/prog_algs/blob/master/license.pdf)\n[![GitHub Releases](https://img.shields.io/github/release/nasa/prog_algs.svg)](https://github.com/nasa/prog_algs/releases)\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/nasa/prog_algs/master?tutorial.ipynb)\n\nThe Prognostic Algorithm Package is a python framework for model-based prognostics (computation of remaining useful life) of engineering systems, and provides a set of algorithms for state estimation and prediction, including uncertainty propagation. The algorithms take as inputs prognostic models (from NASA's Prognostics Model Package), and perform estimation and prediction functions. The library allows the rapid development of prognostics solutions for given models of components and systems. Different algorithms can be easily swapped to do comparative studies and evaluations of different algorithms to select the best for the application at hand.\n\nThis is designed to be used with the [Prognostics Models Package](https://github.com/nasa/prog_models).\n\n## Installation\n`pip3 install prog_algs`\n\n## Documentation\nSee documentation [here](https://nasa.github.io/progpy/prog_algs_guide.html)\n\n## Repository Directory Structure \n\n`src/prog_algs/` - The prognostics algorithm python package<br />\n`examples/` - Example Python scripts using prog_algs<br />\n`tests/` - Tests for prog_models<br />\n`README.md` - The readme (this file)<br />\n\n## Citing this repository\nUse the following to cite this repository:\n\n```\n@misc{2023_nasa_prog_algs,\n    author    = {Christopher Teubert and Matteo Corbetta and Chetan Kulkarni},\n    title     = {Prognostics Algorithm Python Package},\n    month     = May,\n    year      = 2023,\n    version   = {1.5},\n    url       = {https://github.com/nasa/prog\\_algs}\n    }\n```\n\nThe corresponding reference should look like this:\n\nC. Teubert, M. Corbetta, C. Kulkarni, Prognostics Algorithm Python Package, v1.5, May 2023. URL https://github.com/nasa/prog_algs.\n\nAlternatively, if using both prog_models and prog_algs, you can cite the combined package as\n\nC. Teubert, C. Kulkarni, M. Corbetta, K. Jarvis, M. Daigle, ProgPy Prognostics Python Packages, v1.5, May 2023. URL https://nasa.github.io/progpy.\n\n## Acknowledgements\nThe structure and algorithms of this package are strongly inspired by the [MATLAB Prognostics Algorithm Library](https://github.com/nasa/PrognosticsAlgorithmLibrary) and the [MATLAB Prognostics Metrics Library](https://github.com/nasa/PrognosticsMetricsLibrary). We would like to recognize Matthew Daigle, Shankar Sankararaman and the rest of the team that contributed to the Prognostics Model Library for the contributions their work on the MATLAB library made to the design of prog_algs\n\n## Notices\nCopyright \u00a9 2021 United States Government as represented by the Administrator of the National Aeronautics and Space Administration.  All Rights Reserved.\n\n## Disclaimers\nNo Warranty: THE SUBJECT SOFTWARE IS PROVIDED \"AS IS\" WITHOUT ANY WARRANTY OF ANY KIND, EITHER EXPRESSED, IMPLIED, OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, ANY WARRANTY THAT THE SUBJECT SOFTWARE WILL CONFORM TO SPECIFICATIONS, ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR FREEDOM FROM INFRINGEMENT, ANY WARRANTY THAT THE SUBJECT SOFTWARE WILL BE ERROR FREE, OR ANY WARRANTY THAT DOCUMENTATION, IF PROVIDED, WILL CONFORM TO THE SUBJECT SOFTWARE. THIS AGREEMENT DOES NOT, IN ANY MANNER, CONSTITUTE AN ENDORSEMENT BY GOVERNMENT AGENCY OR ANY PRIOR RECIPIENT OF ANY RESULTS, RESULTING DESIGNS, HARDWARE, SOFTWARE PRODUCTS OR ANY OTHER APPLICATIONS RESULTING FROM USE OF THE SUBJECT SOFTWARE.  FURTHER, GOVERNMENT AGENCY DISCLAIMS ALL WARRANTIES AND LIABILITIES REGARDING THIRD-PARTY SOFTWARE, IF PRESENT IN THE ORIGINAL SOFTWARE, AND DISTRIBUTES IT \"AS IS.\"\n\nWaiver and Indemnity:  RECIPIENT AGREES TO WAIVE ANY AND ALL CLAIMS AGAINST THE UNITED STATES GOVERNMENT, ITS CONTRACTORS AND SUBCONTRACTORS, AS WELL AS ANY PRIOR RECIPIENT.  IF RECIPIENT'S USE OF THE SUBJECT SOFTWARE RESULTS IN ANY LIABILITIES, DEMANDS, DAMAGES, EXPENSES OR LOSSES ARISING FROM SUCH USE, INCLUDING ANY DAMAGES FROM PRODUCTS BASED ON, OR RESULTING FROM, RECIPIENT'S USE OF THE SUBJECT SOFTWARE, RECIPIENT SHALL INDEMNIFY AND HOLD HARMLESS THE UNITED STATES GOVERNMENT, ITS CONTRACTORS AND SUBCONTRACTORS, AS WELL AS ANY PRIOR RECIPIENT, TO THE EXTENT PERMITTED BY LAW.  RECIPIENT'S SOLE REMEDY FOR ANY SUCH MATTER SHALL BE THE IMMEDIATE, UNILATERAL TERMINATION OF THIS AGREEMENT.\n",
    "bugtrack_url": null,
    "license": "NOSA",
    "summary": "The NASA Prognostics Algorithm Package is a framework for model-based prognostics (computation of remaining useful life) of engineering systems. It includes algorithms for state estimation and prediction, including uncertainty propagation. The algorithms use prognostic models (see prog_models) to perform estimation and prediction. The package enables rapid development of prognostics solutions for given models of components and systems. Algorithms can be swapped for comparative studies and evaluations",
    "version": "1.5.1",
    "project_urls": {
        "Bug Reports": "https://github.com/nasa/prog_algs/issues",
        "Docs": "https://nasa.github.io/progpy/prog_algs_guide.html",
        "Homepage": "https://nasa.github.io/progpy/prog_algs_guide.html",
        "Organization": "https://www.nasa.gov/content/diagnostics-prognostics",
        "Source": "https://github.com/nasa/prog_algs"
    },
    "split_keywords": [
        "prognostics",
        "diagnostics",
        "fault detection",
        "fdir",
        "prognostics and health management",
        "phm",
        "health management",
        "ivhm"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "74ea50757c1a143e5fbbe15bb108e67948d4760acfbd1839f966ba5ac004ac01",
                "md5": "cc0723b62294a0a17d745b8fb8009143",
                "sha256": "94ba21726c309160818e9c306b8f6348771abc2c750fa0d0cd4edccef5c13e65"
            },
            "downloads": -1,
            "filename": "prog_algs-1.5.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cc0723b62294a0a17d745b8fb8009143",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7, <3.12",
            "size": 50305,
            "upload_time": "2023-08-18T23:52:01",
            "upload_time_iso_8601": "2023-08-18T23:52:01.007889Z",
            "url": "https://files.pythonhosted.org/packages/74/ea/50757c1a143e5fbbe15bb108e67948d4760acfbd1839f966ba5ac004ac01/prog_algs-1.5.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "99a7f0ca649ac26f5e8c436dafea30596f710633fabbbccb236ecbe73a1f614b",
                "md5": "cf4c62ed45ea5e8e14b8a5364aa701c4",
                "sha256": "276375cd1c9b15ff4ed74e4ba5e41e368995a83cbbec0a7d2e6df94bdf01c3e7"
            },
            "downloads": -1,
            "filename": "prog_algs-1.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "cf4c62ed45ea5e8e14b8a5364aa701c4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7, <3.12",
            "size": 50081,
            "upload_time": "2023-08-18T23:52:02",
            "upload_time_iso_8601": "2023-08-18T23:52:02.568685Z",
            "url": "https://files.pythonhosted.org/packages/99/a7/f0ca649ac26f5e8c436dafea30596f710633fabbbccb236ecbe73a1f614b/prog_algs-1.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-18 23:52:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nasa",
    "github_project": "prog_algs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "prog-algs"
}
        
Elapsed time: 0.14641s