<?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: Looking for a way to compare the distribution of a variable between to rasters in ArcGIS Image Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-image-server-questions/looking-for-a-way-to-compare-the-distribution-of-a/m-p/296328#M1548</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;extract your areas using your polygons, then perhaps&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/tool-reference/conversion/raster-to-point.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/conversion/raster-to-point.htm"&gt;Raster to Point—Conversion toolbox | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;from there it depends on what you want to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, exporting your samples to numpy arrays&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(see RasterToNumPyArray&amp;nbsp;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/arcpy/functions/rastertonumpyarray-function.htm" title="http://pro.arcgis.com/en/pro-app/arcpy/functions/rastertonumpyarray-function.htm"&gt;RasterToNumPyArray—ArcPy Functions | ArcGIS Desktop&lt;/A&gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;would enable you to use scipy stack tools like&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.ttest_ind.html" title="https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.ttest_ind.html"&gt;scipy.stats.ttest_ind — SciPy v1.1.0 Reference Guide&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.ttest_rel.html" title="https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.ttest_rel.html"&gt;scipy.stats.ttest_rel — SciPy v1.1.0 Reference Guide&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I am sure R has stuff, but it requires extra hurdl e&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Sep 2018 23:49:08 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2018-09-24T23:49:08Z</dc:date>
    <item>
      <title>Looking for a way to compare the distribution of a variable between to rasters</title>
      <link>https://community.esri.com/t5/arcgis-image-server-questions/looking-for-a-way-to-compare-the-distribution-of-a/m-p/296327#M1547</link>
      <description>&lt;P&gt;I have a set of environmental variables (slope, aspect, vegetation, landforms, etc.) in raster format. I would like to evaluate if the distribution of each variable is comparable across rasters created by two different polygons. Basically, I am doing some analyses on a sample of a larger area/raster, and want to make sure that the environmental variables are representative of the larger area.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's been suggested that I try to export the attribute tables for each raster clipped to each polygon and look at the data in excel, which means a lot of work. Is there a way to do this in ArcGIS - something like a difference of means t-test that compares the distribution of a single variable across two rasters?&lt;/P&gt;</description>
      <pubDate>Sun, 14 Aug 2022 17:39:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-image-server-questions/looking-for-a-way-to-compare-the-distribution-of-a/m-p/296327#M1547</guid>
      <dc:creator>AlejandroFigueroa1</dc:creator>
      <dc:date>2022-08-14T17:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for a way to compare the distribution of a variable between to rasters</title>
      <link>https://community.esri.com/t5/arcgis-image-server-questions/looking-for-a-way-to-compare-the-distribution-of-a/m-p/296328#M1548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;extract your areas using your polygons, then perhaps&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/tool-reference/conversion/raster-to-point.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/conversion/raster-to-point.htm"&gt;Raster to Point—Conversion toolbox | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;from there it depends on what you want to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, exporting your samples to numpy arrays&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(see RasterToNumPyArray&amp;nbsp;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/arcpy/functions/rastertonumpyarray-function.htm" title="http://pro.arcgis.com/en/pro-app/arcpy/functions/rastertonumpyarray-function.htm"&gt;RasterToNumPyArray—ArcPy Functions | ArcGIS Desktop&lt;/A&gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;would enable you to use scipy stack tools like&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.ttest_ind.html" title="https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.ttest_ind.html"&gt;scipy.stats.ttest_ind — SciPy v1.1.0 Reference Guide&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.ttest_rel.html" title="https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.ttest_rel.html"&gt;scipy.stats.ttest_rel — SciPy v1.1.0 Reference Guide&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I am sure R has stuff, but it requires extra hurdl e&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2018 23:49:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-image-server-questions/looking-for-a-way-to-compare-the-distribution-of-a/m-p/296328#M1548</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-09-24T23:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for a way to compare the distribution of a variable between to rasters</title>
      <link>https://community.esri.com/t5/arcgis-image-server-questions/looking-for-a-way-to-compare-the-distribution-of-a/m-p/296329#M1549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you define your polygon and then&amp;nbsp;Run the “&lt;EM&gt;&lt;STRONG&gt;clip&lt;/STRONG&gt;&lt;/EM&gt;” tool, be sure to turn on checkbox to clip to geometry, and define a NoData value for pixels outside the polygon, you'll clip out a new image containing pixels only within the polygon:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="422855" alt="Clip raster screenshot" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/422855_ClipRasterToPolygon.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do not wish to save your clipped file to disk, you can also use the &lt;EM&gt;&lt;STRONG&gt;CLIP&lt;/STRONG&gt;&lt;/EM&gt; raster function to create a temporary layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then run "&lt;EM&gt;&lt;STRONG&gt;Band Collection Statistics"&lt;/STRONG&gt;&lt;/EM&gt; to calculate mean, standard deviation, more:&lt;/P&gt;&lt;P&gt;(note this requires the Spatial Analyst extension)&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="422856" alt="calculate statistics" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/422856_CalculatePixelStatistics.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your statistics should not be counting the NoData pixels - verify that in your statistics table.&amp;nbsp; If you have a multiband file, you'll get statistics for each band&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Cody B.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2018 01:54:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-image-server-questions/looking-for-a-way-to-compare-the-distribution-of-a/m-p/296329#M1549</guid>
      <dc:creator>CodyBenkelman</dc:creator>
      <dc:date>2018-09-25T01:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for a way to compare the distribution of a variable between to rasters</title>
      <link>https://community.esri.com/t5/arcgis-image-server-questions/looking-for-a-way-to-compare-the-distribution-of-a/m-p/296330#M1550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and from that you should be able to construct your desired t-test manually&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2018 03:47:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-image-server-questions/looking-for-a-way-to-compare-the-distribution-of-a/m-p/296330#M1550</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-09-25T03:47:28Z</dc:date>
    </item>
  </channel>
</rss>

