<?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 Find Prob of X and Prob Corresponding to X on CDF in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Find-Prob-of-X-and-Prob-Corresponding-to-X-on-CDF/m-p/191570#M41082</link>
    <description>&lt;P&gt;If I find to find a specific quantile value of a distribution, I can use summary. Is there a reverse or inversecdf type operation which will give me the probability (Y) corresponding to a single or series of X values ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;If Prob(X&amp;lt;=15) = 0.3 (Y) for example . I want to find the X value that will give me probability Y=0.3&lt;/P&gt;&lt;P&gt;Can this accomplished via the distribution fitting platform?&lt;/P&gt;&lt;P&gt;Thanks,&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>Sat, 06 Apr 2019 19:31:09 GMT</pubDate>
    <dc:creator>theseventhhill</dc:creator>
    <dc:date>2019-04-06T19:31:09Z</dc:date>
    <item>
      <title>Find Prob of X and Prob Corresponding to X on CDF</title>
      <link>https://community.jmp.com/t5/Discussions/Find-Prob-of-X-and-Prob-Corresponding-to-X-on-CDF/m-p/191570#M41082</link>
      <description>&lt;P&gt;If I find to find a specific quantile value of a distribution, I can use summary. Is there a reverse or inversecdf type operation which will give me the probability (Y) corresponding to a single or series of X values ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;If Prob(X&amp;lt;=15) = 0.3 (Y) for example . I want to find the X value that will give me probability Y=0.3&lt;/P&gt;&lt;P&gt;Can this accomplished via the distribution fitting platform?&lt;/P&gt;&lt;P&gt;Thanks,&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>Sat, 06 Apr 2019 19:31:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Find-Prob-of-X-and-Prob-Corresponding-to-X-on-CDF/m-p/191570#M41082</guid>
      <dc:creator>theseventhhill</dc:creator>
      <dc:date>2019-04-06T19:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Find Prob of X and Prob Corresponding to X on CDF</title>
      <link>https://community.jmp.com/t5/Discussions/Find-Prob-of-X-and-Prob-Corresponding-to-X-on-CDF/m-p/191737#M41083</link>
      <description>&lt;P&gt;Click the red triangle next to the variable in Distribution and select &lt;STRONG&gt;CDF Plot&lt;/STRONG&gt;. You can explore the probabilities (vertical axis) for any of the quantile values (horizontal axis).&amp;nbsp;From the same menu, you can select &lt;STRONG&gt;Save&lt;/STRONG&gt; &amp;gt; &lt;STRONG&gt;Probability Scores&lt;/STRONG&gt;. These probabilities are for the given data and use the &lt;I&gt;empirical distribution&lt;/I&gt; (non-parametric estimates).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are many distribution functions available to column formulae and to scripts. See &lt;STRONG&gt;Help&lt;/STRONG&gt; &amp;gt; &lt;STRONG&gt;Scripting Index&lt;/STRONG&gt;, select &lt;STRONG&gt;Functions&lt;/STRONG&gt; at the top left and then select either &lt;STRONG&gt;Probability&lt;/STRONG&gt; or &lt;STRONG&gt;Discrete Probability&lt;/STRONG&gt;, depending on the nature of your distribution. For example, if I am using a normal distribution to model my data, then I would select &lt;STRONG&gt;Probability&lt;/STRONG&gt; and then select the &lt;STRONG&gt;Normal Quantile&lt;/STRONG&gt;&amp;nbsp;function for the desired result:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2019-04-07 at 6.41.43 AM.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/16778i1F675A487DBE73AC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2019-04-07 at 6.41.43 AM.png" alt="Screen Shot 2019-04-07 at 6.41.43 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For eample, I fit the normal distribution model to the &lt;STRONG&gt;height&lt;/STRONG&gt; data in the &lt;STRONG&gt;Big Class&lt;/STRONG&gt; data table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2019-04-07 at 6.36.42 AM.png" style="width: 810px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/16777i71A37A4B1C931B69/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2019-04-07 at 6.36.42 AM.png" alt="Screen Shot 2019-04-07 at 6.36.42 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can now use the parameter estimates with the Normal Quantile() function to determine the probability I want:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2019-04-07 at 6.43.17 AM.png" style="width: 976px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/16779iC396739701A32D39/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2019-04-07 at 6.43.17 AM.png" alt="Screen Shot 2019-04-07 at 6.43.17 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this case, I used the function in a script editor and obtained the result in the embedded log.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Apr 2019 10:44:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Find-Prob-of-X-and-Prob-Corresponding-to-X-on-CDF/m-p/191737#M41083</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2019-04-07T10:44:25Z</dc:date>
    </item>
  </channel>
</rss>

