<?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: Linear Regression Raster data in Imagery and Remote Sensing Questions</title>
    <link>https://community.esri.com/t5/imagery-and-remote-sensing-questions/linear-regression-raster-data/m-p/301478#M407</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Short of converting back to vector... what are your variables? are they floating point rasters of data on an interval or ratio scale? or are they nominal/categorical data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Apr 2017 16:46:39 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2017-04-10T16:46:39Z</dc:date>
    <item>
      <title>Linear Regression Raster data</title>
      <link>https://community.esri.com/t5/imagery-and-remote-sensing-questions/linear-regression-raster-data/m-p/301473#M402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a five raster layers with same cell size and same spatial reference. I want to perform regression analyze to find out the relationship between these layers. &amp;nbsp;How do I perform&amp;nbsp;a regression analyze in ArcGIS? It hard to export as ASCII file because&amp;nbsp;these raster&amp;nbsp;images have 5000x5000 grids.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2017 04:32:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-and-remote-sensing-questions/linear-regression-raster-data/m-p/301473#M402</guid>
      <dc:creator>MadhusankaJayawardhana</dc:creator>
      <dc:date>2017-04-10T04:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Linear Regression Raster data</title>
      <link>https://community.esri.com/t5/imagery-and-remote-sensing-questions/linear-regression-raster-data/m-p/301474#M403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-statistics-toolbox/geographically-weighted-regression.htm"&gt;Geographically weighted regression&lt;/A&gt;... from the help files&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2017 06:28:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-and-remote-sensing-questions/linear-regression-raster-data/m-p/301474#M403</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-04-10T06:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Linear Regression Raster data</title>
      <link>https://community.esri.com/t5/imagery-and-remote-sensing-questions/linear-regression-raster-data/m-p/301475#M404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you wanted to do simple regression, you could create a subset using :&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/create-random-points.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/create-random-points.htm"&gt;Create Random Points—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/sample.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/sample.htm"&gt;Sample—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then just process the output in Excel or something.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2017 06:48:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-and-remote-sensing-questions/linear-regression-raster-data/m-p/301475#M404</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2017-04-10T06:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: Linear Regression Raster data</title>
      <link>https://community.esri.com/t5/imagery-and-remote-sensing-questions/linear-regression-raster-data/m-p/301476#M405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But in any event... heed the warning in the topic link I posted.&amp;nbsp; And of course you will need data measured on an interval/ratio scale since nominal or ordinal data are not appropriate for any sort of regression analysis and you would be better performing tests of association (perhaps Chi square)&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;You should always begin regression analysis with &lt;SPAN&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-statistics-toolbox/ordinary-least-squares.htm"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;Ordinary Least Squares (OLS)&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt; regression. First find a &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-statistics-toolbox/regression-analysis-basics.htm#GUID-6D27B3A1-FFC6-4BF5-893F-F6D60AB2E783"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;properly specified OLS model&lt;/SPAN&gt;&lt;/A&gt;, then use the same explanatory variables to run GWR (excluding any "dummy" explanatory variables representing different spatial regimes).&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2017 07:03:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-and-remote-sensing-questions/linear-regression-raster-data/m-p/301476#M405</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-04-10T07:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Linear Regression Raster data</title>
      <link>https://community.esri.com/t5/imagery-and-remote-sensing-questions/linear-regression-raster-data/m-p/301477#M406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GWR regression&amp;nbsp;works only for the feature classes. But I have a&amp;nbsp;raster datasets. How do I perform GWR analyze using rasters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2017 16:34:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-and-remote-sensing-questions/linear-regression-raster-data/m-p/301477#M406</guid>
      <dc:creator>MadhusankaJayawardhana</dc:creator>
      <dc:date>2017-04-10T16:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Linear Regression Raster data</title>
      <link>https://community.esri.com/t5/imagery-and-remote-sensing-questions/linear-regression-raster-data/m-p/301478#M407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Short of converting back to vector... what are your variables? are they floating point rasters of data on an interval or ratio scale? or are they nominal/categorical data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2017 16:46:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-and-remote-sensing-questions/linear-regression-raster-data/m-p/301478#M407</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-04-10T16:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Linear Regression Raster data</title>
      <link>https://community.esri.com/t5/imagery-and-remote-sensing-questions/linear-regression-raster-data/m-p/301479#M408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are four floating point rasters and one categorical raster. The attributes are rooftop surface temperature, building height, rooftop area, rooftop slope, &amp;nbsp;and albedo. Rooftop&amp;nbsp;aspect layer has a categorical&amp;nbsp;data. These all rasters&amp;nbsp;have the same spatial&amp;nbsp;resolution of 0.25m.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2017 16:58:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-and-remote-sensing-questions/linear-regression-raster-data/m-p/301479#M408</guid>
      <dc:creator>MadhusankaJayawardhana</dc:creator>
      <dc:date>2017-04-10T16:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Linear Regression Raster data</title>
      <link>https://community.esri.com/t5/imagery-and-remote-sensing-questions/linear-regression-raster-data/m-p/301480#M409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why not classify the rasters into categories and use Combine to produce a map showing the various combinations.&amp;nbsp; These data seem more appropriate to a test of association/difference than a correlation/regression.&amp;nbsp; (ie south-facing, dark surfaces will have a higher temperature, than north-facing light surfaces etc etc)&amp;nbsp; I don't think you are trying to predict anything or describe the regime by an equation are you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2017 17:10:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-and-remote-sensing-questions/linear-regression-raster-data/m-p/301480#M409</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-04-10T17:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Linear Regression Raster data</title>
      <link>https://community.esri.com/t5/imagery-and-remote-sensing-questions/linear-regression-raster-data/m-p/301481#M410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I performed raster based multiple regression with Clark Labs&amp;nbsp;Terrsat&amp;nbsp;(Idrisi) software to find the correlation between above-mentioned layers. Thank you for all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2017 00:17:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-and-remote-sensing-questions/linear-regression-raster-data/m-p/301481#M410</guid>
      <dc:creator>MadhusankaJayawardhana</dc:creator>
      <dc:date>2017-04-14T00:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Linear Regression Raster data</title>
      <link>https://community.esri.com/t5/imagery-and-remote-sensing-questions/linear-regression-raster-data/m-p/301482#M411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;I performed raster based multiple regression with Clark Labs&amp;nbsp;Terrsat&amp;nbsp;(Idrisi) software to find the correlation between above-mentioned layers. Thank you for all&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2017 00:18:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-and-remote-sensing-questions/linear-regression-raster-data/m-p/301482#M411</guid>
      <dc:creator>MadhusankaJayawardhana</dc:creator>
      <dc:date>2017-04-14T00:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Linear Regression Raster data</title>
      <link>https://community.esri.com/t5/imagery-and-remote-sensing-questions/linear-regression-raster-data/m-p/1161240#M412</link>
      <description>&lt;P&gt;Good morning. Could you walk me through the regression process in the Idrisi software? I'm also trying to run a regression with about 5 raster datasets.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2022 16:43:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-and-remote-sensing-questions/linear-regression-raster-data/m-p/1161240#M412</guid>
      <dc:creator>NakkyEkeanyanwu</dc:creator>
      <dc:date>2022-04-05T16:43:14Z</dc:date>
    </item>
  </channel>
</rss>

