<?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 How to Log-Transform the data? in ArcGIS GeoStatistical Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/how-to-log-transform-the-data/m-p/52121#M128</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everybody,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have some troubles with my data while trying to use OLS and then The Exploratory regression. The report interpretations tell that I should try to transform some skewed variables. I've seen that advise a few times in Help too. But I haven't found the tool that permit to do that. As I understand&amp;nbsp; - I need a log transformation (Histogram tool showed better result with it). So how should I "log-transform" my data. Geostatistical Wisard creates some rasters as I understand, and I need to get new (log-transformed) values in the attribute table for using them letter in OLS again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could anybody help with some advise?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Apr 2013 13:46:22 GMT</pubDate>
    <dc:creator>ROMANFILOZOF</dc:creator>
    <dc:date>2013-04-10T13:46:22Z</dc:date>
    <item>
      <title>How to Log-Transform the data?</title>
      <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/how-to-log-transform-the-data/m-p/52121#M128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everybody,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have some troubles with my data while trying to use OLS and then The Exploratory regression. The report interpretations tell that I should try to transform some skewed variables. I've seen that advise a few times in Help too. But I haven't found the tool that permit to do that. As I understand&amp;nbsp; - I need a log transformation (Histogram tool showed better result with it). So how should I "log-transform" my data. Geostatistical Wisard creates some rasters as I understand, and I need to get new (log-transformed) values in the attribute table for using them letter in OLS again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could anybody help with some advise?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 13:46:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/how-to-log-transform-the-data/m-p/52121#M128</guid>
      <dc:creator>ROMANFILOZOF</dc:creator>
      <dc:date>2013-04-10T13:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to Log-Transform the data?</title>
      <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/how-to-log-transform-the-data/m-p/52122#M129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You'll need to make a new field in your feature class and use the field calculator.&amp;nbsp; The field calculator has a built-in Log() function.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 14:48:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/how-to-log-transform-the-data/m-p/52122#M129</guid>
      <dc:creator>EricKrause</dc:creator>
      <dc:date>2013-04-10T14:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to Log-Transform the data?</title>
      <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/how-to-log-transform-the-data/m-p/52123#M130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanx, Eric,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to do so, but a strange thing happens:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I use the Histogram tool with the original field applying log transformation inside the tool - I see one diagram, but if I calculate new field and use the Histogram tool without any transformation - the diagram is different. As I've understood from Help, the reason is in the algorythm used by log transformation inside the Histogram tool - it uses kriging log transformation meanwhile as the build-in Log () function is pure Log.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So there's no another way to get the same result as shown in Histogram tool?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 09:00:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/how-to-log-transform-the-data/m-p/52123#M130</guid>
      <dc:creator>ROMANFILOZOF</dc:creator>
      <dc:date>2013-04-11T09:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to Log-Transform the data?</title>
      <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/how-to-log-transform-the-data/m-p/52124#M131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I just tested, and I get the same graphs whether I take the logarithm in the histogram tool or make a new field and calculate the logarithm.&amp;nbsp; I suspect you've made a mistake somewhere, but I don't know where it could be.&amp;nbsp; Try it again and see if it works this time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Logarithm function in the histogram isn't doing anything special.&amp;nbsp; It is just taking the natural logarithm, exactly the same as the Log() function in the field calculator.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 14:19:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/how-to-log-transform-the-data/m-p/52124#M131</guid>
      <dc:creator>EricKrause</dc:creator>
      <dc:date>2013-04-11T14:19:53Z</dc:date>
    </item>
  </channel>
</rss>

