<?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 Outlier Deletion in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Outlier-Deletion/m-p/247731#M48635</link>
    <description>Is there a way to script the deletion of extreme outliers per column? My objective is once i run the script, it concatenates data tables, delete extreme outliers per column and display graphs but im having some sort of problem with the outlier part.</description>
    <pubDate>Sun, 16 Feb 2020 14:07:56 GMT</pubDate>
    <dc:creator>viskovicz00012</dc:creator>
    <dc:date>2020-02-16T14:07:56Z</dc:date>
    <item>
      <title>Outlier Deletion</title>
      <link>https://community.jmp.com/t5/Discussions/Outlier-Deletion/m-p/247731#M48635</link>
      <description>Is there a way to script the deletion of extreme outliers per column? My objective is once i run the script, it concatenates data tables, delete extreme outliers per column and display graphs but im having some sort of problem with the outlier part.</description>
      <pubDate>Sun, 16 Feb 2020 14:07:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Outlier-Deletion/m-p/247731#M48635</guid>
      <dc:creator>viskovicz00012</dc:creator>
      <dc:date>2020-02-16T14:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Outlier Deletion</title>
      <link>https://community.jmp.com/t5/Discussions/Outlier-Deletion/m-p/247746#M48638</link>
      <description>&lt;P&gt;I use Jackknife Distances for outliers.&lt;/P&gt;
&lt;P&gt;For extreme outliers I use upper limit = 6.&lt;/P&gt;
&lt;P&gt;In the following example I use upper limit = 2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
JackknifeObj = dt &amp;lt;&amp;lt; Multivariate( Y( 4 ), Jackknife Distances( 1, Save Jackknife Distances( 1 ) ) );
JackknifeObj &amp;lt;&amp;lt; Close Window();
dt &amp;lt;&amp;lt; Select Where( :Jackknife Distances &amp;gt; 2 );
dt &amp;lt;&amp;lt; Hide and Exclude &amp;lt;&amp;lt; Clear Select &amp;lt;&amp;lt; Delete Column( Jackknife Distances );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;DIV class="jfk-bubble gtx-bubble"&gt;
&lt;DIV class="jfk-bubble-closebtn-id jfk-bubble-closebtn"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="jfk-bubble-arrow-id jfk-bubble-arrow jfk-bubble-arrowup"&gt;
&lt;DIV class="jfk-bubble-arrowimplbefore"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="jfk-bubble-arrowimplafter"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 17 Feb 2020 16:13:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Outlier-Deletion/m-p/247746#M48638</guid>
      <dc:creator>tom_abramov</dc:creator>
      <dc:date>2020-02-17T16:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Outlier Deletion</title>
      <link>https://community.jmp.com/t5/Discussions/Outlier-Deletion/m-p/247777#M48645</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2996"&gt;@tom_abramov&lt;/a&gt;&amp;nbsp;approach is a good method for identifying outliers. Are you looking for what method to use to identify outliers or do you already have a method of determining the outliers that you want to use?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Feb 2020 22:46:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Outlier-Deletion/m-p/247777#M48645</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-02-16T22:46:02Z</dc:date>
    </item>
  </channel>
</rss>

