<?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: Automation is SAS for outliers detection in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Automation-is-SAS-for-outliers-detection/m-p/585150#M14269</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Thank you for the solution I got it.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Aug 2019 09:14:24 GMT</pubDate>
    <dc:creator>sas_search</dc:creator>
    <dc:date>2019-08-30T09:14:24Z</dc:date>
    <item>
      <title>Automation is SAS for outliers detection</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Automation-is-SAS-for-outliers-detection/m-p/584125#M14120</link>
      <description>&lt;P&gt;Hi team&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working on detection of outliers from the payroll data set where I have to detect the outliers on weekly basis. Kindly help me out in writing algorithm in SAS to automate the same.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For reference below is one of the example of the data in which I have to find outliers.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Calls 425 555 235 452 654 785 452 555 665 245 324 245 365 452 754 854 546 456 652 345 246 356 124 758 111 954 845&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2019 05:31:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Automation-is-SAS-for-outliers-detection/m-p/584125#M14120</guid>
      <dc:creator>sas_search</dc:creator>
      <dc:date>2019-08-27T05:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Automation is SAS for outliers detection</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Automation-is-SAS-for-outliers-detection/m-p/584127#M14121</link>
      <description>&lt;P&gt;Hi. There are several ways to do outlier detection in SAS. Do a Google search and you will find tons of examples.. However, it all depends on what you consider and outlier?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2019 05:43:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Automation-is-SAS-for-outliers-detection/m-p/584127#M14121</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2019-08-27T05:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Automation is SAS for outliers detection</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Automation-is-SAS-for-outliers-detection/m-p/584183#M14138</link>
      <description>&lt;P&gt;How do you define outliers ? out of range [mean-3*std , mean+3*std ] or [mean-2*std , mean+2*std ]&amp;nbsp; ......?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2019 11:33:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Automation-is-SAS-for-outliers-detection/m-p/584183#M14138</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2019-08-27T11:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: Automation is SAS for outliers detection</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Automation-is-SAS-for-outliers-detection/m-p/584260#M14161</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;How do you define outliers ? out of range [mean-3*std , mean+3*std ] or [mean-2*std , mean+2*std ]&amp;nbsp; ......?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Amount of change from previous value? Above set value? Below set value?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2019 14:43:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Automation-is-SAS-for-outliers-detection/m-p/584260#M14161</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-08-27T14:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Automation is SAS for outliers detection</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Automation-is-SAS-for-outliers-detection/m-p/584490#M14177</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Outlier is an&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;out of range where If a value is higher and lesser than the 3 times of Interquartile Range (IQR)&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2019 10:18:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Automation-is-SAS-for-outliers-detection/m-p/584490#M14177</guid>
      <dc:creator>sas_search</dc:creator>
      <dc:date>2019-08-28T10:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Automation is SAS for outliers detection</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Automation-is-SAS-for-outliers-detection/m-p/584493#M14178</link>
      <description>&lt;P&gt;Do you mean less than or greater than the mean +- 3*IQR?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2019 10:36:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Automation-is-SAS-for-outliers-detection/m-p/584493#M14178</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2019-08-28T10:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Automation is SAS for outliers detection</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Automation-is-SAS-for-outliers-detection/m-p/584495#M14180</link>
      <description>&lt;P&gt;Just to get things started, you can do something like this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
input Calls @@;
datalines;
425 555 235 452 654 785 452 555 665
245 324 245 365 452 754 854 546 456
652 345 246 356 124 758 111 954 845
;

proc univariate data=have;
    var Calls;
    output out=stats qrange=iqr mean=mean;
run; 

data Outliers;
    if _n_=1 then set stats;
    set have;
    if calls lt mean-1.5*iqr | calls gt mean+1.5*iqr;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 28 Aug 2019 10:40:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Automation-is-SAS-for-outliers-detection/m-p/584495#M14180</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2019-08-28T10:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Automation is SAS for outliers detection</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Automation-is-SAS-for-outliers-detection/m-p/584501#M14183</link>
      <description>&lt;P&gt;Above set value&amp;nbsp; OR&amp;nbsp; Below set value .&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2019 11:15:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Automation-is-SAS-for-outliers-detection/m-p/584501#M14183</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2019-08-28T11:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Automation is SAS for outliers detection</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Automation-is-SAS-for-outliers-detection/m-p/585150#M14269</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Thank you for the solution I got it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 09:14:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Automation-is-SAS-for-outliers-detection/m-p/585150#M14269</guid>
      <dc:creator>sas_search</dc:creator>
      <dc:date>2019-08-30T09:14:24Z</dc:date>
    </item>
  </channel>
</rss>

