nasa / progpy

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.
https://nasa.github.io/progpy/
Other
55 stars 8 forks source link

Improve default MC sample size #76

Closed teubert closed 1 year ago

teubert commented 1 year ago

Updated MC sample size for UWSamples state to default to just use the UWSamples directly. This is a nice quality of life and efficiency improvement. MC uses UWSamples to represent state, this way it doesn't resample from samples unnecessarily.

Also added corresponding tests. Finally moved documentation of keyword arguments to the predict method, where it's actually used.

github-actions[bot] commented 1 year ago

Thank you for opening this PR. Each PR into dev requires a code review. For the code review, look at the following: