<?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: Generate Spatial Weight Matrix in Spatial Statistics Questions</title>
    <link>https://community.esri.com/t5/spatial-statistics-questions/generate-spatial-weight-matrix/m-p/392206#M1281</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont't know which barcode generator you were using. But I think maybe your barcode generator don't support this set the size of barcode.&lt;/P&gt;&lt;P&gt;I use &lt;A href="http://www.onbarcode.com/products/net_barcode/barcodes/data_matrix.html"&gt;.net data matrix generate sdk&lt;/A&gt;. there are size options, so you can customize the width height and so on.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="00.png" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/42839_00.png" style="width: 620px; height: 276px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Dec 2014 02:38:51 GMT</pubDate>
    <dc:creator>fenden</dc:creator>
    <dc:date>2014-12-22T02:38:51Z</dc:date>
    <item>
      <title>Generate Spatial Weight Matrix</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/generate-spatial-weight-matrix/m-p/392201#M1276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am wondering why under generate spatial weight matrix there is no option for "zone of indifference". Anyone know why?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 04:31:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/generate-spatial-weight-matrix/m-p/392201#M1276</guid>
      <dc:creator>HuaqiYuan</dc:creator>
      <dc:date>2011-04-18T04:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Spatial Weight Matrix</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/generate-spatial-weight-matrix/m-p/392202#M1277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Franky, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That is a great question!&amp;nbsp; Basically, the zone of indifference is not an option in the Generate Spatial Weights Matrix tool because we made the decision that for almost all use cases the difference between zone of indifference and fixed distance band is very, very small.&amp;nbsp; Once the distance band (d) gets large (even above 10, for instance), the weight of features outside of that distance band is 1/d...which becomes negligible for most use cases).&amp;nbsp; We still have zone of indifference in the Hot Spot Analysis tool and others because once you provide a parameter option you have to continue to provide those parameters for backward compatibility, but when we designed the Generate Spatial Weights Matrix tool we decided not to include it.&amp;nbsp; I would suggest running the same analysis with Fixed Distance Band, and you should see very, very similar results.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Lauren Rosenshein&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Geoprocessing Product Engineer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2011 17:47:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/generate-spatial-weight-matrix/m-p/392202#M1277</guid>
      <dc:creator>LaurenRosenshein</dc:creator>
      <dc:date>2011-04-20T17:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Spatial Weight Matrix</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/generate-spatial-weight-matrix/m-p/392203#M1278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;With these different functions for the definition of the neighborhood is it possible to have a means to specify your own parameters or formula. I understand that the zone of indifference is actually very helpful but if it were possible to change the formula from 1/d to say 1-(1/d) or even 1/(d/2) etc as this would allow more flexibility as there are many more cases in which the relationship of the data cannot be analysed with the standard functions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ideally it would be best if the Gi* function could have a zone of indifference with a Gaussian trend from the zone boundary not starting at the central point.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Aug 2011 12:28:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/generate-spatial-weight-matrix/m-p/392203#M1278</guid>
      <dc:creator>TimothyElliott</dc:creator>
      <dc:date>2011-08-13T12:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Spatial Weight Matrix</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/generate-spatial-weight-matrix/m-p/392204#M1279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Tim, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That's a great question!&amp;nbsp; Actually, almost all of the spatial statistics tools are python scripts, which means that you have access to the underlying code!&amp;nbsp; If you right click on the Generate Spatial Weights Matrix tool and choose to "Edit" it, it will open in your script editor of choice.&amp;nbsp; From there you can go ahead and make any changes that you want!&amp;nbsp; My suggestion would be to save the original script files before you start making changes, just to make sure you can always revert back if need be.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2011 21:29:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/generate-spatial-weight-matrix/m-p/392204#M1279</guid>
      <dc:creator>LaurenRosenshein</dc:creator>
      <dc:date>2011-08-15T21:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Spatial Weight Matrix</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/generate-spatial-weight-matrix/m-p/392205#M1280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Using &lt;/SPAN&gt;&lt;A href="http://www.keepdynamic.com/dotnet-barcode/barcode/data-matrix.shtml"&gt;data matrix sdk for .net&lt;/A&gt;&lt;SPAN&gt; to generate data matrix images for .NET Windows applications.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2014 02:30:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/generate-spatial-weight-matrix/m-p/392205#M1280</guid>
      <dc:creator>AttentivernKauk</dc:creator>
      <dc:date>2014-06-23T02:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Spatial Weight Matrix</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/generate-spatial-weight-matrix/m-p/392206#M1281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont't know which barcode generator you were using. But I think maybe your barcode generator don't support this set the size of barcode.&lt;/P&gt;&lt;P&gt;I use &lt;A href="http://www.onbarcode.com/products/net_barcode/barcodes/data_matrix.html"&gt;.net data matrix generate sdk&lt;/A&gt;. there are size options, so you can customize the width height and so on.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="00.png" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/42839_00.png" style="width: 620px; height: 276px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 02:38:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/generate-spatial-weight-matrix/m-p/392206#M1281</guid>
      <dc:creator>fenden</dc:creator>
      <dc:date>2014-12-22T02:38:51Z</dc:date>
    </item>
  </channel>
</rss>

