- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Monte Carlo Simulation
Hi Community, I created a table of months (x) per failure frequency (y). After I analyse the distribuition and created an another colunn with randon for the best fit distribuition (smallest AICs). But I need the calculate the final probabilty of union the five events (TOP EVENT) and the simulation (10000 iterations) give me in failure frequency. How did I get the probability failure X months the TOP EVENT with 10000 iterations?
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Monte Carlo Simulation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Monte Carlo Simulation
Hi Kevin,
I did the simulation considering the probability as the frequency the faults and the total number of samples generated , then I got the probability of faults. The algorithm used was the probability formula for independents events. I considered the exponencial distribution the better because the faults values can not be negative.
Thank you a lot!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Monte Carlo Simulation
Hi, Mayre!
I don't understand your request.
JMP and JSL have great simulation capabilities.
If you could reformulate your problem, your data, and your intended approach with considerably more detail, perhaps we could help?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Monte Carlo Simulation
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Monte Carlo Simulation
Hi, Mayre!
I'm assuming if a subsystem fails, the entire system fails. Is that correct?
Are the subsystems completely independent?
Did you make a mistake in your formula, leaving out p(F2)? Or was that your intention?
More information makes it easier to help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Monte Carlo Simulation
I´m following the steps the link above: "Using JMP to Assess Risk in Financial Predictions by Using Monte Carlo Simulations
But my work I´m using the FTA (Failure Tree Analysis) for calculate the probability the TOP EVENT. I´m using the cuts sets and the final formula was
E = F1 +F3+F4+F5+F6
As the event are independents, the probability should be calculate. But my result is in frequency of faults is not probability.
I hope help you!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Monte Carlo Simulation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Monte Carlo Simulation
Hi Kevin,
I did the simulation considering the probability as the frequency the faults and the total number of samples generated , then I got the probability of faults. The algorithm used was the probability formula for independents events. I considered the exponencial distribution the better because the faults values can not be negative.
Thank you a lot!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Monte Carlo Simulation
Hello Community,
I did the Monte Carlo simulation with 10.000 iterations, now I need to know what the statistical parameters of simulation evaluation. What is the best statistical parameter to evaluate the simulation.
Best regards
Mayre