nasa / prog_algs

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.
56 stars 22 forks source link

Update integration method to work in state estimation #214

Closed teubert closed 1 year ago

teubert commented 2 years ago

Requirement Text Update integration method to work in state estimation

Background Information Integration method was introduced in v1.4.

Suggested Solution Include logic in _next_state

DoD

teubert commented 1 year ago

With the changes to integration to apply in next_state, integration now works natively in state estimation and prediction.