Hi Kevin,
I need to simulate the failure probability of specific event (Top Event of FTA - FAILURE TREE ANALYSIS).
I performed the following steps:
I created the table with the data:
1) X (rows) - months and Y (column) the frequency that are historical dates of 23 months of observations.
example: 1 1
2 1
3 0 ......
2) Fit distributions to historical subassembly (total 5 subassembly)
3) Created new data (with new column) set of with random draws from the distributions for the five subassemblies
4) Created the new colunm (TOP EVENT), but the colunm should be the failure probabilty of TOP EVENT ( TOPO EVENT = TOTAL PROBABILITY)
Question: I can not add the frequencies of failures. I need the calculate the probability. The final formula is:
P(T) = P(F1)+P(F3)+P(F4)+P(F5)+P(F6) - (P(F1).P(F2) - P(F3).P(F4) - P(F4).P(F5) - P(F5).P(F6)) - P(F1).P(F3).P(F4).P(F5).P(F6)
How do I transform frequency in probability in this case?