Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implements importance measures and template test systems. #21

Merged
merged 4 commits into from Feb 10, 2021

Conversation

HOehmen
Copy link
Member

@HOehmen HOehmen commented Feb 5, 2021

  • Adds Criticality Calculator, which calculates the failure and repair criticalities
  • Adds ABGT, BAGT, BarlowProschan, Birnbaun, Andrews Beeson Birnbaum, RAW, RRW and Vaurio importance measures
  • Adds customizable test systems for TMR, BridgeSystem and SeriesParallelSystem
  • Adds example systems for a time consistent, non coherent system a time inconsistent, non coherent system
  • Modifies DensityFunction to work on all functions, not just ReliabilityFunctions

+ Adds Criticality Calculator, which calculates the failure and repair criticalities
+ Adds ABGT, BAGT, BarlowProschan, Birnbaun, Andrews Beeson Birnbaum, RAW, RRW and Vaurio importance measures
+ Adds customizable test systems for TMR, BridgeSystem and SeriesParallelSystem
+ Adds example systems for a time consistent, non coherent system a time inconsistent, non coherent system
* Modifies DensityFunction to work on all functions, not just ReliabilityFunctions
@HOehmen HOehmen marked this pull request as ready for review February 5, 2021 13:29
@coveralls
Copy link

coveralls commented Feb 5, 2021

Coverage Status

Coverage remained the same at 100.0% when pulling 18705ad on HOehmen:feature/importancemeasures into 39e53f4 on felixreimann:master.

@michaelhglass
Copy link
Member

Please resolve the coveralls failed checks detailed in the report.

+ Adds unit tests to cover all BAGT variants
* Moves BarlowProschanFunction to its own nested class to improve testability
+ Adds unit test to cover BarlowProschanFunction
- Removes unused class.
@michaelhglass michaelhglass merged commit 4cef034 into SDARG:master Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants