<?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 stddev? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/stddev/m-p/876390#M1015923</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is this use of this function how it works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone give simple examples to understand this&amp;nbsp; ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Apr 2015 11:50:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-04-08T11:50:44Z</dc:date>
    <item>
      <title>stddev?</title>
      <link>https://community.qlik.com/t5/QlikView/stddev/m-p/876390#M1015923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is this use of this function how it works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone give simple examples to understand this&amp;nbsp; ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 11:50:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/stddev/m-p/876390#M1015923</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-08T11:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: stddev?</title>
      <link>https://community.qlik.com/t5/QlikView/stddev/m-p/876391#M1015924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Commonqlik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is a statistical function. Not something you are going to use every day I guess.&lt;/P&gt;&lt;P&gt;Basically, if you have a large nr. of items, you can calculate an average of whatever measure.&lt;/P&gt;&lt;P&gt;However, none of the items will exactly match that average, or only very seldom. Most will deviate from it - that is the standard_deviation.&lt;/P&gt;&lt;P&gt;Can't explain exactly how it works in QlikView, however. I haven't yet had any need for it.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 11:55:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/stddev/m-p/876391#M1015924</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2015-04-08T11:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: stddev?</title>
      <link>https://community.qlik.com/t5/QlikView/stddev/m-p/876392#M1015925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Theory is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0.5em 0; color: #252525; font-family: sans-serif; font-size: 14px;"&gt;For a finite set of numbers, the standard deviation is found by taking the square root of the average of the squared differences of the values from their average value. For example, the marks of a class of eight students (that is, a population) are the following eight values:&lt;/P&gt;&lt;DL style="margin-top: 0.2em; margin-bottom: 0.5em; color: #252525; font-family: sans-serif; font-size: 14px;"&gt;&lt;DD style="margin-left: 1.6em; margin-bottom: 0.1em;"&gt;&lt;IMG alt="2,\  4,\  4,\  4,\  5,\  5,\  7,\  9." class="tex jive-image mwe-math-fallback-image-inline" src="http://upload.wikimedia.org/math/4/9/f/49f102b5180cc271551b24b6cf684e5c.png" style="border-style: none;" /&gt;&lt;/DD&gt;&lt;/DL&gt;&lt;P style="margin: 0.5em 0; color: #252525; font-family: sans-serif; font-size: 14px;"&gt;These eight data points have the mean (average) of 5:&lt;/P&gt;&lt;DL style="margin-top: 0.2em; margin-bottom: 0.5em; color: #252525; font-family: sans-serif; font-size: 14px;"&gt;&lt;DD style="margin-left: 1.6em; margin-bottom: 0.1em;"&gt;&lt;IMG alt="    \frac{2 + 4 + 4 + 4 + 5 + 5 + 7 + 9}{8} = 5.  " class="tex jive-image mwe-math-fallback-image-inline" src="http://upload.wikimedia.org/math/b/9/5/b959bb328932092baa95510e53687a8b.png" style="border-style: none;" /&gt;&lt;/DD&gt;&lt;/DL&gt;&lt;P style="margin: 0.5em 0; color: #252525; font-family: sans-serif; font-size: 14px;"&gt;First, calculate the difference of each data point from the mean, and square the result of each:&lt;/P&gt;&lt;DL style="margin-top: 0.2em; margin-bottom: 0.5em; color: #252525; font-family: sans-serif; font-size: 14px;"&gt;&lt;DD style="margin-left: 1.6em; margin-bottom: 0.1em;"&gt;&lt;IMG alt=" \begin{array}{lll} (2-5)^2 = (-3)^2 = 9  &amp;amp;&amp;amp;  (5-5)^2 = 0^2 = 0 \\ (4-5)^2 = (-1)^2 = 1  &amp;amp;&amp;amp;  (5-5)^2 = 0^2 = 0 \\ (4-5)^2 = (-1)^2 = 1  &amp;amp;&amp;amp;  (7-5)^2 = 2^2 = 4 \\ (4-5)^2 = (-1)^2 = 1  &amp;amp;&amp;amp;  (9-5)^2 = 4^2 = 16. \\ \end{array} " class="tex jive-image mwe-math-fallback-image-inline" src="http://upload.wikimedia.org/math/9/7/d/97d5812ea4aa747bfa37805c1ffa35f0.png" style="border-style: none;" /&gt;&lt;/DD&gt;&lt;/DL&gt;&lt;P style="margin: 0.5em 0; color: #252525; font-family: sans-serif; font-size: 14px;"&gt;The variance is the mean of these values:&lt;/P&gt;&lt;DL style="margin-top: 0.2em; margin-bottom: 0.5em; color: #252525; font-family: sans-serif; font-size: 14px;"&gt;&lt;DD style="margin-left: 1.6em; margin-bottom: 0.1em;"&gt;&lt;IMG alt="\frac{9 + 1 + 1 + 1 + 0 + 0 + 4 + 16}{8} = 4." class="tex jive-image mwe-math-fallback-image-inline" src="http://upload.wikimedia.org/math/c/0/6/c06481d2ad7e99801154b48cc78e8e6f.png" style="border-style: none;" /&gt;&lt;/DD&gt;&lt;/DL&gt;&lt;P style="margin: 0.5em 0; color: #252525; font-family: sans-serif; font-size: 14px;"&gt;and the &lt;EM&gt;population&lt;/EM&gt; standard deviation is equal to the square root of the variance:&lt;/P&gt;&lt;DL style="margin-top: 0.2em; margin-bottom: 0.5em; color: #252525; font-family: sans-serif; font-size: 14px;"&gt;&lt;DD style="margin-left: 1.6em; margin-bottom: 0.1em;"&gt;&lt;IMG alt="\sqrt{ 4 } = 2." class="tex jive-image mwe-math-fallback-image-inline" src="http://upload.wikimedia.org/math/8/2/2/822211f970bcb7379117b2ffc151320c.png" style="border-style: none;" /&gt;&lt;/DD&gt;&lt;DD style="margin-left: 1.6em; margin-bottom: 0.1em;"&gt;&lt;/DD&gt;&lt;DD style="margin-left: 1.6em; margin-bottom: 0.1em;"&gt;&lt;/DD&gt;&lt;DD style="margin-left: 1.6em; margin-bottom: 0.1em;"&gt;Practice is:&lt;/DD&gt;&lt;DD style="margin-left: 1.6em; margin-bottom: 0.1em;"&gt;&lt;/DD&gt;&lt;DD style="margin-left: 1.6em; margin-bottom: 0.1em;"&gt;You can use stddev in load with group by cause to calculate standard deviation.&lt;/DD&gt;&lt;DD style="margin-left: 1.6em; margin-bottom: 0.1em;"&gt;You also can use it in the chart.&lt;/DD&gt;&lt;DD style="margin-left: 1.6em; margin-bottom: 0.1em;"&gt;&lt;/DD&gt;&lt;/DL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 11:57:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/stddev/m-p/876392#M1015925</guid>
      <dc:creator>pokassov</dc:creator>
      <dc:date>2015-04-08T11:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: stddev?</title>
      <link>https://community.qlik.com/t5/QlikView/stddev/m-p/876393#M1015926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From reference manual,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;stdev( [ distinct ] expression )&lt;/P&gt;&lt;P&gt;Returns the standard deviation of expression over a number of&lt;/P&gt;&lt;P&gt;records as defined by a group by clause. If the word distinct occurs&lt;/P&gt;&lt;P&gt;before the expression, all duplicates will be disregarded.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Load Month, stdev(Sales) as&lt;/P&gt;&lt;P&gt;SalesStandardDeviation from abc.csv group by&lt;/P&gt;&lt;P&gt;Month;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 12:04:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/stddev/m-p/876393#M1015926</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-04-08T12:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: stddev?</title>
      <link>https://community.qlik.com/t5/QlikView/stddev/m-p/876394#M1015927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to write own&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dont copy and paste from help file&lt;/P&gt;&lt;P&gt;everyone knows it will be there in help file &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 12:12:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/stddev/m-p/876394#M1015927</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-08T12:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: stddev?</title>
      <link>https://community.qlik.com/t5/QlikView/stddev/m-p/876395#M1015928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To be fair to &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/buzzy996"&gt;buzzy996&lt;/A&gt;‌&lt;/STRONG&gt;, not everyone actively seek help from reference manual or help. They tend to directly come here for help. and its not that you mentioned in your post that you have already looked into the reference manual or help. So I feel that instead of pointing it out in this manner, you could have choose to ignore his message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have nothing good or bad against either of you, but I hope you will understand my good intentions here &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 12:32:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/stddev/m-p/876395#M1015928</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-08T12:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: stddev?</title>
      <link>https://community.qlik.com/t5/QlikView/stddev/m-p/876396#M1015929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm so happy if his "&lt;A href="https://community.qlik.com/qlik-users/160027"&gt;COMMONQLIK&lt;/A&gt;" &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;, able to explain in which scenario with example his trying to implement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if I'm not wrong ppl are simply posting the queries (might be interview query) with out referring the basic books to understand the important of the function &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the question from "&lt;A href="https://community.qlik.com/qlik-users/160027"&gt;COMMONQLIK&lt;/A&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;"&lt;/SPAN&gt; " is&lt;/P&gt;&lt;P style="font-size: 11.9999990463257px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;what is this use of this function how it works&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 11.9999990463257px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 11.9999990463257px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;can anyone give simple examples to understand this&amp;nbsp; ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 11.9999990463257px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 11.9999990463257px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;so,I strongly believe the information which I shared most and most sufficient then I put my self explanation,because I believe for most of them here/me the reference manually is GURU.&lt;/P&gt;&lt;P style="font-size: 11.9999990463257px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 11.9999990463257px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P&gt;what did you say &lt;A _jive_internal="true" data-avatarid="10167" data-externalid="" data-online="false" data-presence="null" data-userid="106341" data-username="pokassov" href="https://community.qlik.com/people/pokassov" style="font-weight: bold; font-size: 11.9999990463257px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; background-color: #f2f2f2;"&gt;Сергей Покасов&lt;/A&gt;? (not sure y he liked tht comment)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm extremely sorry if some one hurt here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 15:31:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/stddev/m-p/876396#M1015929</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-04-08T15:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: stddev?</title>
      <link>https://community.qlik.com/t5/QlikView/stddev/m-p/876397#M1015930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi siva readdy ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ur reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i mean every one will look into the help file if not understanding with that data then will ask in community&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No one herted here ,&lt;/P&gt;&lt;P&gt;Please dont hurt after reading this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;konchem kopam tagginchukondi &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 15:36:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/stddev/m-p/876397#M1015930</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-08T15:36:12Z</dc:date>
    </item>
  </channel>
</rss>

