<?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: Why take the log transformation of data in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Why-take-the-log-transformation-of-data/m-p/310304#M66915</link>
    <description>&lt;PRE&gt;
Because most of statistical mode need variable conform to Normal distribution, 
LOG it is to make it more like Normal distribution.
&lt;/PRE&gt;</description>
    <pubDate>Wed, 09 Nov 2016 07:32:46 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2016-11-09T07:32:46Z</dc:date>
    <item>
      <title>Why take the log transformation of data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Why-take-the-log-transformation-of-data/m-p/309951#M66798</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;Why do we do Transformation before data Analysis? Why should one take the log of the Distribution ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 06:08:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Why-take-the-log-transformation-of-data/m-p/309951#M66798</guid>
      <dc:creator>Prateek1</dc:creator>
      <dc:date>2016-11-08T06:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Why take the log transformation of data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Why-take-the-log-transformation-of-data/m-p/309953#M66799</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/89805"&gt;@Prateek1&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;Why do we do Transformation before data Analysis?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You don't have to.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 06:08:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Why-take-the-log-transformation-of-data/m-p/309953#M66799</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-11-08T06:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Why take the log transformation of data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Why-take-the-log-transformation-of-data/m-p/309966#M66803</link>
      <description>&lt;P&gt;You don't have to log transform your data and in many cases you should not.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But in some cases this can be convenient. In finance eg, you will often assume that prices are log normally distributed (which may or may not be true), which makes log(1 + r_i) normally distributed.&amp;nbsp;&lt;SPAN&gt;This is neat&amp;nbsp;becasue&amp;nbsp;much of classic statistics assume&amp;nbsp;normality.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 07:17:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Why-take-the-log-transformation-of-data/m-p/309966#M66803</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2016-11-08T07:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Why take the log transformation of data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Why-take-the-log-transformation-of-data/m-p/310005#M66812</link>
      <description>&lt;P&gt;Why: Because a time series has to be stationary (=time-invariant) to be modeled (with ARIMA). Stationarity includes variance stationarity.&lt;/P&gt;
&lt;P&gt;Why log: Because it is easy and it is often able to stabilize the variance.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 09:58:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Why-take-the-log-transformation-of-data/m-p/310005#M66812</guid>
      <dc:creator>user24feb</dc:creator>
      <dc:date>2016-11-08T09:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Why take the log transformation of data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Why-take-the-log-transformation-of-data/m-p/310133#M66843</link>
      <description>&lt;P&gt;Sometimes to reduce the effect of valid extreme values, the log will have smaller range and the transform less likely to have "excessive" influence on a model.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 15:47:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Why-take-the-log-transformation-of-data/m-p/310133#M66843</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-11-08T15:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Why take the log transformation of data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Why-take-the-log-transformation-of-data/m-p/310218#M66884</link>
      <description>&lt;P&gt;Yet another - if you data contains an exponential growth trend then a log transformation will turn this into a straight line trend which can be easier to model.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 19:34:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Why-take-the-log-transformation-of-data/m-p/310218#M66884</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-11-08T19:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Why take the log transformation of data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Why-take-the-log-transformation-of-data/m-p/310304#M66915</link>
      <description>&lt;PRE&gt;
Because most of statistical mode need variable conform to Normal distribution, 
LOG it is to make it more like Normal distribution.
&lt;/PRE&gt;</description>
      <pubDate>Wed, 09 Nov 2016 07:32:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Why-take-the-log-transformation-of-data/m-p/310304#M66915</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-11-09T07:32:46Z</dc:date>
    </item>
  </channel>
</rss>

