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

Design Failure fix outcome based on component dependency data #24

Open
christianadriano opened this issue Jun 29, 2020 · 0 comments
Open
Assignees

Comments

@christianadriano
Copy link
Member

Currently, the failure to fix a component is given by a static parameter. We will change to compute the failure to fix based on the dependencies that a component has on other components that might be failing.

We can represent the dependencies and the probabilities using a table, where:
First column corresponds to the component that we want to fix
Other columns correpond to the potential dependencies to other components.

The cells of the table will provide the probability of failing to fix (from 0% to 100%) if a given component is also failing. See excel attached.
MarkovChain_FailingToFix_Transitions.xlsx

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

No branches or pull requests

2 participants