<?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 standard deviation in Spatial Statistics Questions</title>
    <link>https://community.esri.com/t5/spatial-statistics-questions/standard-deviation/m-p/338631#M1115</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have classified and visualized a field in a vector data set according to standard deviation. I am also wanting to put the standard deviation values into a histogram so I can compare standardized results with another data set. Does anyone know how standard deviation values can be derived and made a field? Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Software: Arc Map 10.4&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Apr 2017 21:16:49 GMT</pubDate>
    <dc:creator>HannahTarling</dc:creator>
    <dc:date>2017-04-19T21:16:49Z</dc:date>
    <item>
      <title>standard deviation</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/standard-deviation/m-p/338631#M1115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have classified and visualized a field in a vector data set according to standard deviation. I am also wanting to put the standard deviation values into a histogram so I can compare standardized results with another data set. Does anyone know how standard deviation values can be derived and made a field? Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Software: Arc Map 10.4&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 21:16:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/standard-deviation/m-p/338631#M1115</guid>
      <dc:creator>HannahTarling</dc:creator>
      <dc:date>2017-04-19T21:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: standard deviation</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/standard-deviation/m-p/338632#M1116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/analysis/summary-statistics.htm"&gt;Summary statistics&lt;/A&gt;&amp;nbsp; is one option&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 22:49:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/standard-deviation/m-p/338632#M1116</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-04-19T22:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: standard deviation</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/standard-deviation/m-p/338633#M1117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hannah, It sounds like what you are looking for is normalized data, that&amp;nbsp; is, &lt;STRONG&gt;Z-scores&lt;/STRONG&gt; for every data value. The Z score expresses your data field as number of standard deviations from the mean (negative less than mean, positive greater than mean). Z-scores are often used for just that purpose -- comparing the shape of distributions of two datasets that have different means and standard deviations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The easiest way in ArcMap would be to add a field of type Float (let's call it "ZSCORE"), right-click the data field you were mapping and selecting Statistics, copying the mean and stdev value from the popup, and then running Calculate Field on your ZSCORE field with the expression:&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;!DATAFIELD! &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt; mean&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt; stdev‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;(For VB syntax, that would be [DATAFIELD], but I recommend going with Python.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 01:26:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/standard-deviation/m-p/338633#M1117</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2017-04-20T01:26:37Z</dc:date>
    </item>
  </channel>
</rss>

