prog-algs

View on PyPIReverse Dependencies (0)

1.5.1 prog_algs-1.5.1-py3-none-any.whl

Wheel Details

Project: prog-algs
Version: 1.5.1
Filename: prog_algs-1.5.1-py3-none-any.whl
Download: [link]
Size: 50305
MD5: cc0723b62294a0a17d745b8fb8009143
SHA256: 94ba21726c309160818e9c306b8f6348771abc2c750fa0d0cd4edccef5c13e65
Uploaded: 2023-08-18 23:52:01 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: prog-algs
Version: 1.5.1
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
Author: Christopher Teubert
Author-Email: christopher.a.teubert[at]nasa.gov
Home-Page: https://nasa.github.io/progpy/prog_algs_guide.html
Project-Url: Bug Reports, https://github.com/nasa/prog_algs/issues
Project-Url: Docs, https://nasa.github.io/progpy/prog_algs_guide.html
Project-Url: Organization, https://www.nasa.gov/content/diagnostics-prognostics
Project-Url: Source, https://github.com/nasa/prog_algs
License: NOSA
Keywords: prognostics,diagnostics,fault detection,fdir,prognostics and health management,PHM,health management,ivhm
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Manufacturing
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.7, <3.12
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: filterpy
Requires-Dist: matplotlib
Requires-Dist: prog-models (>=1.5.0)
Description-Content-Type: text/markdown
[Description omitted; length: 4764 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.41.1)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
prog_algs/__init__.py sha256=fRQMFZ0KKBn2Ie7k1s8i20Fe4RXz8u3_4Gu2OaW_jTc 1670
prog_algs/metrics/__init__.py sha256=cwSYA_NpybifD2g8lOAKYNbZNH87UbDgNKIgcER2MgI 507
prog_algs/metrics/samples.py sha256=okmJX2IjZ56idyfMQeQi74l-0ud9WLDb6itHu4rRlPQ 1786
prog_algs/metrics/toe_metrics.py sha256=MtExw3z0axvh_TDX6rXcTccR3vsCblTK-8djnNgnV_M 3234
prog_algs/metrics/toe_profile_metrics.py sha256=yXbV1kGxqN_SoOtlfpae0HbZlNqOZ0Ma05aV4X1UBtw 8605
prog_algs/metrics/uncertain_data_metrics.py sha256=ePNOKfB7ZBs94drv3Oh7HahGOTQ30QdnyWARjWfaAB0 5401
prog_algs/predictors/__init__.py sha256=T5zTUkDYOIC7SHI7BNt1rHvVkiCiIBFCo0GR9rjae0Q 1111
prog_algs/predictors/monte_carlo.py sha256=1rp5ee_XX0945Hh2CcGB4bClzcuSIhm1zIidfVXinvE 7792
prog_algs/predictors/prediction.py sha256=9h651FfCdf0u131Oiw99mE0rnRtRta6nkEElXSuxjwg 6985
prog_algs/predictors/predictor.py sha256=lFIuFUMo5gZNjIuLGEjc6p34WsrpSBd4bxSxtnAh4pI 3409
prog_algs/predictors/toe_prediction_profile.py sha256=A9Q_NTruqhqwMEYOXj0jtoM2Tr-1-KMIS37SA0_XvYM 10325
prog_algs/predictors/unscented_transform.py sha256=R6XHsdY9wOwVR9yqgwFcS1_trCg2kgNaHqtaEk7s0NQ 13679
prog_algs/state_estimators/__init__.py sha256=VCaCNPtnGgS6hj4tnWp6IsvnGmFEYJeZ8d8EEAvpwVo 498
prog_algs/state_estimators/kalman_filter.py sha256=-5k8nP14WSjG-L4H8K9ZfrNmCQN61gTXLvRckzZMUWI 7491
prog_algs/state_estimators/particle_filter.py sha256=4n3yKsJbw3cyDxuJf9SNAhnUS1LfW_zooSn2TY9yanc 9316
prog_algs/state_estimators/state_estimator.py sha256=TmHgSLcLERREPIE6QpmSxq-OhlDZ0RPYIXlszeSjVVw 4861
prog_algs/state_estimators/unscented_kalman_filter.py sha256=h7KBVOJTGl8f4Nxp0eZIgibAB00kYIVseAuk-1lUNds 6172
prog_algs/uncertain_data/__init__.py sha256=WFOsgalOcTR614BQg7vsKScN_a4lTva4e4V4GdqXh18 436
prog_algs/uncertain_data/multivariate_normal_dist.py sha256=5ocoJ2K_yW_xoiJOWyDWF68zRx88pVxxxtJTUP9U80c 3401
prog_algs/uncertain_data/scalar_data.py sha256=eLFDUVpktv5_3wG1AADgD-olbUSRj1qHZx7Y4dxcsx0 2923
prog_algs/uncertain_data/uncertain_data.py sha256=ISvdUTV_dmKrZs-C8wLG4O-qTl9wwAeMKqPMX9iEzMA 10019
prog_algs/uncertain_data/unweighted_samples.py sha256=7xmtbNdkiDLPKAhugQf3faNs5yLd9oYiXkjSK_ofuR0 7214
prog_algs/utils/__init__.py sha256=K-BXJ3L8o9fIezohTGNKr3KAOFtHE7UV1enWu72nyWg 202
prog_algs/utils/table.py sha256=wzQXFyfl6WzS9CUbbj8CrqYvqeMaCCTV7P-wyAgSRxw 3926
prog_algs/visualize/__init__.py sha256=Tm1jyTdlxvZd_63FJ5Gir5wrrYEC2nJ3h5JiNfss49Q 270
prog_algs/visualize/plot_hist.py sha256=XLnPEvvmyeD1DTQF7AYshLDUwLVIpQcVO5jYwWt56K0 1948
prog_algs/visualize/plot_scatter.py sha256=-oTK_pKmPGpMfzX2flzOxkHze9HDYsb8Gy5JsQw7G3E 3674
prog_algs-1.5.1.dist-info/METADATA sha256=we4AgqEsLwiU6tlT2Z7yn9s7UMFWVKxP3pb3-jLjmUg 6790
prog_algs-1.5.1.dist-info/WHEEL sha256=5sUXSg9e4bi7lTLOHcm6QEYwO5TIF1TNbTSVFVjcJcc 92
prog_algs-1.5.1.dist-info/top_level.txt sha256=IY_PrQwQ0wkBQi_uKjXg4DykFN7EqfxZYqL9fcEbvcU 10
prog_algs-1.5.1.dist-info/RECORD

top_level.txt

prog_algs