<?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: ArcGIS Pro 3.0.2: What is the function of the “unique ID field” while working with OLS? in Spatial Statistics Questions</title>
    <link>https://community.esri.com/t5/spatial-statistics-questions/arcgis-pro-3-0-2-what-is-the-function-of-the/m-p/1409130#M2640</link>
    <description>&lt;P&gt;Even the Cook's D is not calculated in OLS&lt;/P&gt;</description>
    <pubDate>Fri, 12 Apr 2024 18:05:31 GMT</pubDate>
    <dc:creator>JamalNUMAN</dc:creator>
    <dc:date>2024-04-12T18:05:31Z</dc:date>
    <item>
      <title>ArcGIS Pro 3.0.2: What is the function of the “unique ID field” while working with OLS?</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/arcgis-pro-3-0-2-what-is-the-function-of-the/m-p/1403385#M2630</link>
      <description>&lt;P&gt;ArcGIS Pro 3.0.2: What is the function of the “unique ID field” while working with OLS?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I couldn’t figure out the function of the “unique ID field” while working with OLS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Clip_211.jpg" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/99547iBC18D71E238AF846/image-size/large?v=v2&amp;amp;px=999" role="button" title="Clip_211.jpg" alt="Clip_211.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 31 Mar 2024 09:00:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/arcgis-pro-3-0-2-what-is-the-function-of-the/m-p/1403385#M2630</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2024-03-31T09:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 3.0.2: What is the function of the “unique ID field” while working with OLS?</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/arcgis-pro-3-0-2-what-is-the-function-of-the/m-p/1403770#M2632</link>
      <description>I am pretty sure it is just to optimize the algorithm by allowing the code to jump to a record of data like an index read. I feel like it comes more into play when they are calculating all the other statistics to validate if the model is a good model, but I understand why you think its not needed for the linear regression which would just need to put the data into the Matrix and then calculate an Inverse Matrix and the Transposition to then do the math, all of which would be outside of the original dataset you read in to load the Matrix. I never wrote this kind of code, but where I feel like they would use the unique id is after they did the linear regression algorithm, and then they go back through the dataset to calculate the other statistics you see in their OLS report like the Jarque Bera Statistic (if I miss spelled it sorry) just to name one.&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Apr 2024 12:07:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/arcgis-pro-3-0-2-what-is-the-function-of-the/m-p/1403770#M2632</guid>
      <dc:creator>EdwardGause</dc:creator>
      <dc:date>2024-04-01T12:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 3.0.2: What is the function of the “unique ID field” while working with OLS?</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/arcgis-pro-3-0-2-what-is-the-function-of-the/m-p/1403965#M2633</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/3165"&gt;@JamalNUMAN&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Requiring a Unique ID field is an older design pattern that is not used in more recent tools.&amp;nbsp; In fact, the Generalized Linear Regression tool (with Gaussian model type) does the same thing as the OLS tool, and it does not require a Unique ID field.&lt;/P&gt;&lt;P&gt;The idea behind the Unique ID field is that it gets copied to the output features, so you can join the output results back to the input (or vice versa).&amp;nbsp; For example, if you have a selection, the output features will not have the same Object IDs as the input, so some other field needs to be used to match input/output.&lt;/P&gt;&lt;P&gt;In more recent tools, each Object ID from the input is copied to a "Source ID" field of the output features.&amp;nbsp; This serves the same purpose (being able to match output to input) but does not require that you provide a field.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2024 17:57:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/arcgis-pro-3-0-2-what-is-the-function-of-the/m-p/1403965#M2633</guid>
      <dc:creator>EricKrause</dc:creator>
      <dc:date>2024-04-01T17:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 3.0.2: What is the function of the “unique ID field” while working with OLS?</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/arcgis-pro-3-0-2-what-is-the-function-of-the/m-p/1407168#M2637</link>
      <description>&lt;P&gt;Then how is it possible that this field is not required when working with GWR?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Clip_1019.jpg" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/100358i5B3E108B13FB2412/image-size/large?v=v2&amp;amp;px=999" role="button" title="Clip_1019.jpg" alt="Clip_1019.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 15:27:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/arcgis-pro-3-0-2-what-is-the-function-of-the/m-p/1407168#M2637</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2024-04-08T15:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 3.0.2: What is the function of the “unique ID field” while working with OLS?</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/arcgis-pro-3-0-2-what-is-the-function-of-the/m-p/1408087#M2638</link>
      <description>&lt;P&gt;GWR is a relatively recent tool (there is also an older version that is now deprecated), so it creates a Source ID field on the output features rather than require and input Unique ID field.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 17:56:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/arcgis-pro-3-0-2-what-is-the-function-of-the/m-p/1408087#M2638</guid>
      <dc:creator>EricKrause</dc:creator>
      <dc:date>2024-04-10T17:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 3.0.2: What is the function of the “unique ID field” while working with OLS?</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/arcgis-pro-3-0-2-what-is-the-function-of-the/m-p/1409130#M2640</link>
      <description>&lt;P&gt;Even the Cook's D is not calculated in OLS&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 18:05:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/arcgis-pro-3-0-2-what-is-the-function-of-the/m-p/1409130#M2640</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2024-04-12T18:05:31Z</dc:date>
    </item>
  </channel>
</rss>

