<?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 Can some one explain how standard deviation is calculated for a multiband image? in Spatial Statistics Questions</title>
    <link>https://community.esri.com/t5/spatial-statistics-questions/can-some-one-explain-how-standard-deviation-is/m-p/510189#M1630</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been working with multiband images and on calculating standard deviation I am not sure what happens ? So can some one explain how standard deviation is calculated for a multiband image? Usually its a single band operation so how is it dealt with in ARC GIS?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and Regards &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Samee&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Sep 2013 11:07:23 GMT</pubDate>
    <dc:creator>Sameeazmi</dc:creator>
    <dc:date>2013-09-20T11:07:23Z</dc:date>
    <item>
      <title>Can some one explain how standard deviation is calculated for a multiband image?</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/can-some-one-explain-how-standard-deviation-is/m-p/510189#M1630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been working with multiband images and on calculating standard deviation I am not sure what happens ? So can some one explain how standard deviation is calculated for a multiband image? Usually its a single band operation so how is it dealt with in ARC GIS?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and Regards &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Samee&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 11:07:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/can-some-one-explain-how-standard-deviation-is/m-p/510189#M1630</guid>
      <dc:creator>Sameeazmi</dc:creator>
      <dc:date>2013-09-20T11:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Can some one explain how standard deviation is calculated for a multiband image?</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/can-some-one-explain-how-standard-deviation-is/m-p/510190#M1631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I have been working with multiband images and on calculating standard deviation I am not sure what happens ? So can some one explain how standard deviation is calculated for a multiband image? Usually its a single band operation so how is it dealt with in ARC GIS?&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards &lt;BR /&gt;Samee&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Samee,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure which aspect you refer to, so I�??ll try to tackle a few. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Visualization of multispectral raster data&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;When you display a multispectral image you have the possibility to stretch the bands before the Red, Green and Blue components are combined to&amp;nbsp; a color. One of the stretch methods is �??Standard deviation�?�. In this case it is calculated per band for all cells. More info here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//009t00000059000000"&gt;http://resources.arcgis.com/en/help/main/10.2/index.html#//009t00000059000000&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you look at the explanation in the �??Raster data statistics�?� you�??ll see that:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;&lt;SPAN style="text-decoration:underline;"&gt;Statistics are calculated for each band&lt;/SPAN&gt;; if there is more than one band in the raster dataset, the statistics for each band are present. You can see that the parameters used to build the statistics are listed. The statistics that are calculated include the minimum and maximum pixel values as well as the mean and standard deviation of the calculated pixel values�?�&lt;/SPAN&gt;&lt;SPAN&gt;". More info here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//009t0000001s000000"&gt;http://resources.arcgis.com/en/help/main/10.2/index.html#//009t0000001s000000&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Statistics (raster) functions&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;There is also the possibility to make use of focal statistics functions (on a single band data). In this case a �??virtual�?� new raster is created where each cell value will be the result of a standard deviation in a 3x3 or 5x5 moving windows. More info here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//009t00000058000000"&gt;http://resources.arcgis.com/en/help/main/10.2/index.html#//009t00000058000000 &lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In general more info on raster bands you�??ll find here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//009t00000005000000"&gt;http://resources.arcgis.com/en/help/main/10.2/index.html#//009t00000005000000 &lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Xander&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 13:03:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/can-some-one-explain-how-standard-deviation-is/m-p/510190#M1631</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2013-09-23T13:03:16Z</dc:date>
    </item>
  </channel>
</rss>

