<?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 empirical quantiles in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/empirical-quantiles/m-p/737916#M91916</link>
    <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to recover the empirical quantiles (Example quantile at 99.865% and 0.135%) in the case that the data does not follow a normal distribution?&lt;/P&gt;&lt;P&gt;I cannot find it on JMP...&lt;/P&gt;&lt;P&gt;Thanks a lots for your answer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sebastien&lt;/P&gt;</description>
    <pubDate>Fri, 22 Mar 2024 16:38:33 GMT</pubDate>
    <dc:creator>Sebastienlg</dc:creator>
    <dc:date>2024-03-22T16:38:33Z</dc:date>
    <item>
      <title>empirical quantiles</title>
      <link>https://community.jmp.com/t5/Discussions/empirical-quantiles/m-p/737916#M91916</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to recover the empirical quantiles (Example quantile at 99.865% and 0.135%) in the case that the data does not follow a normal distribution?&lt;/P&gt;&lt;P&gt;I cannot find it on JMP...&lt;/P&gt;&lt;P&gt;Thanks a lots for your answer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sebastien&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 16:38:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/empirical-quantiles/m-p/737916#M91916</guid>
      <dc:creator>Sebastienlg</dc:creator>
      <dc:date>2024-03-22T16:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: empirical quantiles</title>
      <link>https://community.jmp.com/t5/Discussions/empirical-quantiles/m-p/737946#M91919</link>
      <description>&lt;P&gt;See Help &amp;gt; Scripting Index &amp;gt; Functions &amp;gt; Quantiles:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="quantile.JPG" style="width: 958px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/62537i5C1D3BA5323B3D80/image-size/large?v=v2&amp;amp;px=999" role="button" title="quantile.JPG" alt="quantile.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 16:51:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/empirical-quantiles/m-p/737946#M91919</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2024-03-22T16:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: empirical quantiles</title>
      <link>https://community.jmp.com/t5/Discussions/empirical-quantiles/m-p/737957#M91920</link>
      <description>&lt;P&gt;There may be a better way( see Mark's answer above) , or a more correct way to estimate the values you want.&amp;nbsp; All I am doing is interpolating the value from the known percentiles above and below.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is an example of finding 99.865 when the 90th and 100th percentiles are known.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
p90 = 68;
p100 = 70;
p99865 = (99.865 - 90) / (100 - 90) * (p100 - p90) + p90;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 17:03:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/empirical-quantiles/m-p/737957#M91920</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-03-22T17:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: empirical quantiles</title>
      <link>https://community.jmp.com/t5/Discussions/empirical-quantiles/m-p/738501#M91993</link>
      <description>&lt;P&gt;Thanks for you reply.&lt;/P&gt;&lt;P&gt;How do you apply the quantile function to a to JMP column from a dataset?&lt;/P&gt;&lt;P&gt;I have some difficulties to do that...&lt;/P&gt;&lt;P&gt;Sebastien&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 08:08:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/empirical-quantiles/m-p/738501#M91993</guid>
      <dc:creator>Sebastienlg</dc:creator>
      <dc:date>2024-03-25T08:08:43Z</dc:date>
    </item>
  </channel>
</rss>

