System Failure and Monte Carlo Simulation
Mostrar comentarios más antiguos
How do i calculate the probaility of system failure if the probability of failure of 4 independent components are as follows, A=0.01, B=0.04, C=0.06, D=0.03. Also, how would i relate this to monte carlo simulation
3 comentarios
William Rose
el 30 de Mzo. de 2021
Does the system fail if any 1 or more fails, or do they all hav to fail at once for the system to fail?
If system fails when all fail at once, then you multiply the probabilities (since they are independent).
If failure of any one or more causes system failure then you "OR" them:
Pfail=1-Pnonefail=1-(1-A)*(1-B)*(1-C)*(1-D)
logan jackson
el 30 de Mzo. de 2021
William Rose
el 30 de Mzo. de 2021
See the ealrier comment about not-a-homeowrk-servce. And my 2nd answer did tak that into account.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Monte-Carlo en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!