<?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: -1.#IND Returned by Cell Statistics: STD in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/1-ind-returned-by-cell-statistics-std/m-p/342984#M4811</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sure looks like a bug to me, but in the meantime, you could always use python to do a text replace on the asciigrid file to replace "-1" with "0" before you read it into R (or do the replace in R). (This should be easy to do as standard deviation will always be non-negative values.)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Aug 2012 17:25:10 GMT</pubDate>
    <dc:creator>curtvprice</dc:creator>
    <dc:date>2012-08-22T17:25:10Z</dc:date>
    <item>
      <title>-1.#IND Returned by Cell Statistics: STD</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/1-ind-returned-by-cell-statistics-std/m-p/342983#M4810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I calculated the local standard deviation of 1,000 input rasters using the cell statistics tool, and many of the cells returned values of -1.#IND.&amp;nbsp; I haven't been able to find anywhere what it means, or how to address it.&amp;nbsp; When I export it as an ASCII grid to use in another program (R), this value imports as a -1, which is problematic.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It looks like these values may be returned for cells where the input values are identical across the local cell values. (I haven't checked everyone of them, though).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know what this is?&amp;nbsp; I've tried searching the ESRI support, as well as Python, and haven't been able to find anything yet.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 00:21:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/1-ind-returned-by-cell-statistics-std/m-p/342983#M4810</guid>
      <dc:creator>MathewSchmidtlein</dc:creator>
      <dc:date>2012-08-22T00:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: -1.#IND Returned by Cell Statistics: STD</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/1-ind-returned-by-cell-statistics-std/m-p/342984#M4811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sure looks like a bug to me, but in the meantime, you could always use python to do a text replace on the asciigrid file to replace "-1" with "0" before you read it into R (or do the replace in R). (This should be easy to do as standard deviation will always be non-negative values.)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 17:25:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/1-ind-returned-by-cell-statistics-std/m-p/342984#M4811</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2012-08-22T17:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: -1.#IND Returned by Cell Statistics: STD</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/1-ind-returned-by-cell-statistics-std/m-p/342985#M4812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, Curtis.&amp;nbsp; That is what I have done.&amp;nbsp; I'm just leary of outputs I can't explain.&amp;nbsp; I always feel like if I can't explain what happens in one place, I can't be sure I know what is going on elsewhere.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 19:29:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/1-ind-returned-by-cell-statistics-std/m-p/342985#M4812</guid>
      <dc:creator>MathewSchmidtlein</dc:creator>
      <dc:date>2012-08-22T19:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: -1.#IND Returned by Cell Statistics: STD</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/1-ind-returned-by-cell-statistics-std/m-p/342986#M4813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The STD calculation tried to do an 'illegal' operation and an indeterminate (#IND) value (also known as NaN or "Not a Number") was returned. You'll get this trying to calculate the square root of a negative number - i.e sqrt(-1.0). As standard deviation = square root(variance), perhaps a cells variance is set to -1 or -9999 or someother negative number when there's a nodata value...?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;More info:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.johndcook.com/IEEE_exceptions_in_cpp.html"&gt;http://www.johndcook.com/IEEE_exceptions_in_cpp.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Sep 2012 23:22:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/1-ind-returned-by-cell-statistics-std/m-p/342986#M4813</guid>
      <dc:creator>Luke_Pinner</dc:creator>
      <dc:date>2012-09-09T23:22:27Z</dc:date>
    </item>
  </channel>
</rss>

