prog_models
prog_models copied to clipboard
The NASA Prognostic Model Package is a Python framework focused on defining and building models for prognostics (computation of remaining useful life) of engineering systems, and provides a set of pro...
Review each test and the coverage (see #25)- improve test coverage and quality. ## Definition of Done - [ ] Review every existing test for quality and completeness - [...
Research tools for data analysis in prognostics (e.g., prognosability, monotonicity, trendabilit - See paper by J. Coble (https://www.papers.phmsociety.org/index.php/phmconf/article/view/1404)) D.o.D. ------ - [ ] Research tools/approaches - [ ] Open tickets
**Requirement Text** Train surrogate model with different multiples of save_pts, **Background Information** Surrogate model currently generates matrices at one step size defined by save_freq. This works fine, but additional efficiency...
Update example for dataset to match matlab example
Add some sort of factor thats dependent on the batteries environment? For example: If two batteries are being modeled, one is inclosed in a chamber the other exposed to space,...
SimResult unittesting for its plot method currently only checks to see whether it successfully runs, i.e. not raising any exceptions when calling SimResult.plot(). Extend the unittest for this method to...
t_met -> event_state True -> 0 False -> 1 ## D.o.D - [ ] Implement default event_state that uses threshold met. - [ ] Implement logic so child class must...