The NASA Prognostic Python Packages is a Python framework focused on defining and building models and algorit for prognostics (computation of remaining useful life) of engineering systems, and provides a set of models and algorithms for select components developed within this framework, suitable for use in prognostic applications.
This example introduces simulation. The first section (the subject of this PR) introduces the simulate_to method, and some features surrounding it (save_pts, save_freq, plotting results, etc.)
The next PR will introduce the simulate_to_threshold method along with the print, progress, horizon, and threshold_keys arguments
First PR updating the examples to the new format.
This example introduces simulation. The first section (the subject of this PR) introduces the simulate_to method, and some features surrounding it (save_pts, save_freq, plotting results, etc.)
The next PR will introduce the simulate_to_threshold method along with the print, progress, horizon, and threshold_keys arguments