<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Monte Carlo Simulation in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Monte-Carlo-Simulation/m-p/39624#M23176</link>
    <description>&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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&amp;nbsp;&amp;nbsp;distribution the better because the faults values can not be negative.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you a lot!!&lt;/P&gt;</description>
    <pubDate>Thu, 25 May 2017 14:13:13 GMT</pubDate>
    <dc:creator>Mayre</dc:creator>
    <dc:date>2017-05-25T14:13:13Z</dc:date>
    <item>
      <title>Monte Carlo Simulation</title>
      <link>https://community.jmp.com/t5/Discussions/Monte-Carlo-Simulation/m-p/39078#M22849</link>
      <description>&lt;P&gt;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) &amp;nbsp;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?&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 16:23:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Monte-Carlo-Simulation/m-p/39078#M22849</guid>
      <dc:creator>Mayre</dc:creator>
      <dc:date>2017-05-10T16:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Monte Carlo Simulation</title>
      <link>https://community.jmp.com/t5/Discussions/Monte-Carlo-Simulation/m-p/39081#M22852</link>
      <description>&lt;P&gt;Hi, Mayre!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't understand your request. &amp;nbsp;&lt;/P&gt;&lt;P&gt;JMP and JSL have great simulation capabilities.&lt;/P&gt;&lt;P&gt;If you could reformulate your problem, your data, and your intended approach with considerably more detail, perhaps we could help?&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 17:19:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Monte-Carlo-Simulation/m-p/39081#M22852</guid>
      <dc:creator>Kevin_Anderson</dc:creator>
      <dc:date>2017-05-10T17:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Monte Carlo Simulation</title>
      <link>https://community.jmp.com/t5/Discussions/Monte-Carlo-Simulation/m-p/39084#M22855</link>
      <description>&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to simulate &amp;nbsp;the failure probability of specific event (Top Event of FTA - FAILURE TREE ANALYSIS).&amp;nbsp;&lt;/P&gt;&lt;P&gt;I performed the following steps:&lt;/P&gt;&lt;P&gt;I created the table with the data:&lt;/P&gt;&lt;P&gt;1) X (rows) - months and Y (column) the frequency that are historical dates of 23 months of observations.&lt;/P&gt;&lt;P&gt;example: 1 &amp;nbsp; &amp;nbsp; 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2 &amp;nbsp; &amp;nbsp; 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3 &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp;......&lt;/P&gt;&lt;P&gt;2)&amp;nbsp;Fit distributions to historical subassembly (total 5 subassembly)&lt;/P&gt;&lt;P&gt;3) Created&amp;nbsp;&amp;nbsp;new data (with new column) set of with random draws from the distributions for the&amp;nbsp;five subassemblies&lt;/P&gt;&lt;P&gt;4) Created the new colunm (TOP EVENT), but the colunm should be the failure probabilty of TOP EVENT ( TOPO EVENT = TOTAL PROBABILITY)&lt;/P&gt;&lt;P&gt;Question: I can not add the frequencies of failures. I need the calculate the probability. The final formula is:&lt;/P&gt;&lt;P&gt;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)&lt;/P&gt;&lt;P&gt;How do I transform frequency in probability in this case?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 17:46:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Monte-Carlo-Simulation/m-p/39084#M22855</guid>
      <dc:creator>Mayre</dc:creator>
      <dc:date>2017-05-10T17:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Monte Carlo Simulation</title>
      <link>https://community.jmp.com/t5/Discussions/Monte-Carlo-Simulation/m-p/39110#M22871</link>
      <description>&lt;P&gt;Hi, Mayre!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm assuming if a subsystem fails, the entire system fails. &amp;nbsp;Is that correct?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are the subsystems completely independent?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you make a mistake in your formula, leaving out p(F2)? &amp;nbsp;Or was that your intention?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;More information makes it easier to help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 01:43:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Monte-Carlo-Simulation/m-p/39110#M22871</guid>
      <dc:creator>Kevin_Anderson</dc:creator>
      <dc:date>2017-05-11T01:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Monte Carlo Simulation</title>
      <link>https://community.jmp.com/t5/Discussions/Monte-Carlo-Simulation/m-p/39135#M22881</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;Hi, Kevin&lt;/DIV&gt;&lt;/DIV&gt;First, I thank you for your attencion.&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;I´m assuming all the subsystens completely independents. There is no F2 subsystem, only F1, F3, F4, F5 and F6, all independent.&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;P&gt;I´m following the steps the link above: "Using JMP to Assess Risk in Financial Predictions by Using Monte Carlo Simulations&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;E = F1 +F3+F4+F5+F6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As the event are independents, the probability&amp;nbsp; should be calculate. But my result is in frequency of faults is not probability.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope help you!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 15:19:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Monte-Carlo-Simulation/m-p/39135#M22881</guid>
      <dc:creator>Mayre</dc:creator>
      <dc:date>2017-05-11T15:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Monte Carlo Simulation</title>
      <link>https://community.jmp.com/t5/Discussions/Monte-Carlo-Simulation/m-p/39250#M22952</link>
      <description>Hi, Mayre! Some people get hung up on the phrase "Monte Carlo" since it means something very specific to them, but let's just talk about simulation for a moment. For simulations to be successful, a few things are required: 1) the number generator produces values that pass tests for randomness, 2) enough samples are generated to yield accurate results, 3) proper sampling techniques are used, 4) the algorithm used is valid for what is being modeled, and 5) it simulates the phenomenon in question. JMP can deal well with numbers 1 and 2, but 3, 4, and 5 are up to the modeler (you) to specify correctly. It has been my experience that 4 and 5 are the most difficult and error-prone. I advise you to spend enough time studying those requirements as they relate to your situation. For instance, it might be better to use distributions chosen by theory than by best fit. By the way, one definition of Probability is a relative frequency of occurrence. Since you know the frequency of faults, and the total number of samples generated, why wouldn't that be an estimate of fault probability?</description>
      <pubDate>Mon, 15 May 2017 17:00:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Monte-Carlo-Simulation/m-p/39250#M22952</guid>
      <dc:creator>Kevin_Anderson</dc:creator>
      <dc:date>2017-05-15T17:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Monte Carlo Simulation</title>
      <link>https://community.jmp.com/t5/Discussions/Monte-Carlo-Simulation/m-p/39624#M23176</link>
      <description>&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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&amp;nbsp;&amp;nbsp;distribution the better because the faults values can not be negative.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you a lot!!&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2017 14:13:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Monte-Carlo-Simulation/m-p/39624#M23176</guid>
      <dc:creator>Mayre</dc:creator>
      <dc:date>2017-05-25T14:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Monte Carlo Simulation</title>
      <link>https://community.jmp.com/t5/Discussions/Monte-Carlo-Simulation/m-p/40992#M23908</link>
      <description>&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mayre&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2017 15:56:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Monte-Carlo-Simulation/m-p/40992#M23908</guid>
      <dc:creator>Mayre</dc:creator>
      <dc:date>2017-06-21T15:56:03Z</dc:date>
    </item>
  </channel>
</rss>

