<?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 integrated statistical functions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Looking-for-integrated-statistical-functions/m-p/478181#M481709</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Clever Anjos &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;Now, all that's left to figure out, is how to evaluate the Symmetry!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Sep 2013 13:27:42 GMT</pubDate>
    <dc:creator>pgrenier</dc:creator>
    <dc:date>2013-09-25T13:27:42Z</dc:date>
    <item>
      <title>Looking for integrated statistical functions</title>
      <link>https://community.qlik.com/t5/QlikView/Looking-for-integrated-statistical-functions/m-p/478179#M481707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currenlty trying to get a firm grasp on QlikView's capabilities to formulate statistical expressions, and have found out a few interesing functions under the &lt;SPAN style="color: #339966;"&gt;&lt;STRONG style="color: #008000;"&gt;Statistical Aggregation Functions in Charts&lt;/STRONG&gt;&lt;/SPAN&gt; and &lt;SPAN style="color: #008000;"&gt;&lt;STRONG&gt;Statistical Distribution Functions&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;sections in the inline help. Up to now, I am basically quite confident that the following needs are answered (my question is at the end):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kurtosis&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;&lt;STRONG&gt;kurtosis(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;&lt;EM&gt;[{set_expression}][ &lt;SPAN class="Bold"&gt;&lt;STRONG&gt;distinct&lt;/STRONG&gt;&lt;/SPAN&gt; ] [ &lt;SPAN class="Bold"&gt;&lt;STRONG&gt;total&lt;/STRONG&gt;&lt;/SPAN&gt; [&amp;lt;fld { , fld } &amp;gt;] ] expression&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Returns the aggregated kurtosis of &lt;SPAN class="Italic"&gt;expression&lt;/SPAN&gt; or &lt;SPAN class="Italic"&gt;field&lt;/SPAN&gt; iterated over the chart dimension(s). &lt;/P&gt;
&lt;P&gt;This function has the same limitations for nested aggregation as the &lt;EM&gt;avg([{set_expression}] [ distinct ] [ total [&amp;lt;fld { , fld } &amp;gt;]] expression)&lt;/EM&gt; function. The &lt;SPAN class="Bold"&gt;kurtosis&lt;/SPAN&gt; function supports &lt;EM&gt;Set Analysis&lt;/EM&gt; and the &lt;SPAN class="Bold"&gt;total&lt;/SPAN&gt; qualifier in the same way as the &lt;EM&gt;avg([{set_expression}] [ distinct ] [ total [&amp;lt;fld { , fld } &amp;gt;]] expression)&lt;/EM&gt; function. &lt;/P&gt;
&lt;P class="example"&gt;Examples:&lt;/P&gt;
&lt;P class="Code" style="padding-left: 30px;"&gt;kurtosis(Sales)&lt;/P&gt;
&lt;P class="Code" style="padding-left: 30px;"&gt;kurtosis(X'Y/3)&lt;/P&gt;
&lt;P class="Code" style="padding-left: 30px;"&gt;kurtosis(distinct Price)&lt;/P&gt;
&lt;P class="Code" style="padding-left: 30px;"&gt;kurtosis(total Sales)&lt;/P&gt;
&lt;P class="Code" style="padding-left: 30px;"&gt;kurtosis({1} total Sales)&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Median&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;&lt;STRONG&gt;median (&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;&lt;EM&gt;[{set_expression}] [ &lt;SPAN class="Bold"&gt;&lt;STRONG&gt;distinct&lt;/STRONG&gt;&lt;/SPAN&gt; ] [ &lt;SPAN class="Bold"&gt;&lt;STRONG&gt;total&lt;/STRONG&gt;&lt;/SPAN&gt; [&amp;lt;fld {,fld}&amp;gt;] ] expression&lt;/EM&gt; &lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Returns the aggregated median of &lt;SPAN class="Italic"&gt;expression&lt;/SPAN&gt; iterated over the chart dimension(s). &lt;/P&gt;
&lt;P&gt;This function has the same limitations for nested aggregation as the &lt;EM&gt;avg([{set_expression}] [ distinct ] [ total [&amp;lt;fld { , fld } &amp;gt;]] expression)&lt;/EM&gt; function. The &lt;SPAN class="Bold"&gt;median&lt;/SPAN&gt; function supports &lt;A class="xref_1"&gt;&lt;EM&gt;Set Analysis&lt;/EM&gt;&lt;/A&gt; and the &lt;SPAN class="Bold"&gt;total&lt;/SPAN&gt; qualifier in the same way as the &lt;EM&gt;avg([{set_expression}] [ distinct ] [ total [&amp;lt;fld { , fld } &amp;gt;]] expression)&lt;/EM&gt; function. &lt;/P&gt;
&lt;P class="example"&gt;Examples:&lt;/P&gt;
&lt;P class="Code" style="padding-left: 30px;"&gt;median( X )&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P class="Code" style="padding-left: 30px;"&gt;median( X*Y/3 )&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P class="Code" style="padding-left: 30px;"&gt;median( total X )&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P class="Code" style="padding-left: 30px;"&gt;median( total &amp;lt;Group&amp;gt; Price )&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Standard Deviation&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN class="Bold"&gt;&lt;STRONG&gt;stdev(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;&lt;EM&gt;[{set_expression}][ &lt;SPAN class="Bold"&gt;&lt;STRONG&gt;distinct&lt;/STRONG&gt;&lt;/SPAN&gt; ] [ &lt;SPAN class="Bold"&gt;&lt;STRONG&gt;total&lt;/STRONG&gt;&lt;/SPAN&gt; [&amp;lt;fld { , fld } &amp;gt;] ] expression&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;
&lt;P&gt;Returns the aggregated standard deviation of &lt;SPAN class="Italic"&gt;expression&lt;/SPAN&gt; or &lt;SPAN class="Italic"&gt;field&lt;/SPAN&gt; iterated over the chart dimension(s). &lt;/P&gt;
&lt;P&gt;This function has the same limitations for nested aggregation as the &lt;EM&gt;avg([{set_expression}] [ distinct ] [ total [&amp;lt;fld { , fld } &amp;gt;]] expression)&lt;/EM&gt; function. The &lt;SPAN class="Bold"&gt;stdev&lt;/SPAN&gt; function supports &lt;A class="xref_1"&gt;&lt;EM&gt;Set Analysis&lt;/EM&gt;&lt;/A&gt; and the &lt;SPAN class="Bold"&gt;total&lt;/SPAN&gt; qualifier in the same way as the &lt;EM&gt;avg([{set_expression}] [ distinct ] [ total [&amp;lt;fld { , fld } &amp;gt;]] expression)&lt;/EM&gt; function. &lt;/P&gt;
&lt;P class="example"&gt;Examples:&lt;/P&gt;
&lt;P class="Code" style="padding-left: 30px;"&gt;stdev(Sales)&lt;/P&gt;
&lt;P class="Code" style="padding-left: 30px;"&gt;stdev(X'Y/3)&lt;/P&gt;
&lt;P class="Code" style="padding-left: 30px;"&gt;stdev(distinct Price)&lt;/P&gt;
&lt;P class="Code" style="padding-left: 30px;"&gt;stdev(total Sales)&lt;/P&gt;
&lt;P class="Code" style="padding-left: 30px;"&gt;stdev({1} total Sales)&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Mean&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;&lt;STRONG&gt;avg&lt;/STRONG&gt;&lt;SPAN class="Italic"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;&lt;EM&gt;[{set_expression}] [ &lt;SPAN class="Bold"&gt;&lt;STRONG&gt;distinct&lt;/STRONG&gt;&lt;/SPAN&gt; ] [ &lt;SPAN class="Bold"&gt;&lt;STRONG&gt;total&lt;/STRONG&gt;&lt;/SPAN&gt; [&amp;lt;fld { , fld } &amp;gt;]] expression&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Returns the aggregated average of &lt;SPAN class="Italic"&gt;expression&lt;/SPAN&gt; or &lt;SPAN class="Italic"&gt;field&lt;/SPAN&gt; iterated over the chart dimension(s). [...]&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;If the word &lt;/SPAN&gt;&lt;SPAN class="Bold" style="font-size: 10pt; line-height: 1.5em;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; occurs before the function arguments, duplicates resulting from the evaluation of the function arguments will be disregarded. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;If the word &lt;SPAN class="Bold"&gt;total&lt;/SPAN&gt; occurs before the function arguments the calculation will be made over all possible values given the current selections but disregarding the chart dimension variables. &lt;/P&gt;
&lt;P&gt;The &lt;SPAN class="Bold"&gt;total&lt;/SPAN&gt; qualifier may be followed by a list of one or more field names within angle brackets. These field names should be a subset of the chart dimension variables. In this case the calculation will be made disregarding all chart dimension variables except those listed, i.e. one value will be returned for each combination of field values in the listed dimension fields. Also fields which are not currently a dimension in a chart may be included in the list. This may be useful in the case of group dimensions, where the dimension fields are not fixed. Listing all of the variables in the group causes the function to work when the cycle or drill-down level changes. &lt;/P&gt;
&lt;P class="example"&gt;Examples:&lt;/P&gt;
&lt;P class="Code" style="padding-left: 30px;"&gt;avg(Sales)&lt;/P&gt;
&lt;P class="Code" style="padding-left: 30px;"&gt;avg(X'Y/3)&lt;/P&gt;
&lt;P class="Code" style="padding-left: 30px;"&gt;avg(distinct Price)&lt;/P&gt;
&lt;P class="Code" style="padding-left: 30px;"&gt;avg(total Sales)&lt;/P&gt;
&lt;P class="Code" style="padding-left: 30px;"&gt;avg({1} total Sales)&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Distribution&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;&lt;STRONG&gt;normdist (&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;&lt;EM&gt;value, mean, standard_dev&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;returns the cumulative normal distribution for the specified mean and standard deviation. &lt;SPAN class="Italic"&gt;Value&lt;/SPAN&gt; is the value at which you want to evaluate the distribution. &lt;SPAN class="Italic"&gt;Mean&lt;/SPAN&gt; is a value stating the arithmetic mean for the distribution. &lt;SPAN class="Italic"&gt;Standard_dev&lt;/SPAN&gt; is a positive value stating the standard deviation of the distribution. All arguments must be numeric, else null will be returned. If mean = 0 and standard_dev = 1, the function returns the standard normal distribution. This function is related to the &lt;A class="xref_1"&gt;&lt;EM&gt;norminv (prob, mean, standard_dev)&lt;/EM&gt;&lt;/A&gt; function in the following way: &lt;/P&gt;
&lt;P&gt;If prob = normdist(value, m, sd), then norminv(prob, m, sd) = value. &lt;/P&gt;
&lt;P class="example"&gt;Example:&lt;/P&gt;
&lt;P class="Code" style="padding-left: 30px;"&gt;normdist( 0.5, 0, 1 ) returns 0.6914625&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At this point though, I haven't found any information or functions related to &lt;STRONG&gt;Symmetry&lt;/STRONG&gt; analysis, or for central tendency and dispersion measures, &lt;STRONG&gt;Mode&lt;/STRONG&gt; and &lt;STRONG&gt;Variance&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any hints or pointers on this subject matter?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your time, regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 13:08:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looking-for-integrated-statistical-functions/m-p/478179#M481707</guid>
      <dc:creator>pgrenier</dc:creator>
      <dc:date>2013-09-25T13:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for integrated statistical functions</title>
      <link>https://community.qlik.com/t5/QlikView/Looking-for-integrated-statistical-functions/m-p/478180#M481708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QlikView provides StdDev, so&lt;/P&gt;&lt;P&gt;variance = pow(StdDev,2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and provides Mode() function too&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 13:17:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looking-for-integrated-statistical-functions/m-p/478180#M481708</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-09-25T13:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for integrated statistical functions</title>
      <link>https://community.qlik.com/t5/QlikView/Looking-for-integrated-statistical-functions/m-p/478181#M481709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Clever Anjos &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;Now, all that's left to figure out, is how to evaluate the Symmetry!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 13:27:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looking-for-integrated-statistical-functions/m-p/478181#M481709</guid>
      <dc:creator>pgrenier</dc:creator>
      <dc:date>2013-09-25T13:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for integrated statistical functions</title>
      <link>https://community.qlik.com/t5/QlikView/Looking-for-integrated-statistical-functions/m-p/478182#M481710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I´m not familiar with &lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Symmetry&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; analysis.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 13:32:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looking-for-integrated-statistical-functions/m-p/478182#M481710</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-09-25T13:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for integrated statistical functions</title>
      <link>https://community.qlik.com/t5/QlikView/Looking-for-integrated-statistical-functions/m-p/478183#M481711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe&lt;/P&gt;&lt;P&gt;skew([ distinct] expression)&lt;/P&gt;&lt;P&gt;Returns the skewness of expression over a number of records as defined by a group by clause. If the word&lt;/P&gt;&lt;P&gt;distinct occurs before the expression, all duplicates will be disregarded.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Load Month, skew(Sales) as SalesSkew from abc.csv group by Month;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;kurtosis([distinct ] expression )&lt;/P&gt;&lt;P&gt;Returns the kurtosis of expression over a number of records as defined by a group by clause. If the word distinct&lt;/P&gt;&lt;P&gt;occurs before the expression, all duplicates will be disregarded.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Load Month, kurtosis(Sales) as SalesKurtosis from abc.csv group by&lt;/P&gt;&lt;P&gt;Month;&lt;/P&gt;&lt;P&gt;can help you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 13:39:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looking-for-integrated-statistical-functions/m-p/478183#M481711</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-09-25T13:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Looking for integrated statistical functions</title>
      <link>https://community.qlik.com/t5/QlikView/Looking-for-integrated-statistical-functions/m-p/478184#M481712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Symmetry analysis is a type of statistical distance measure. Here's a excerpt from Wikipedia on the subject:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote" modifiedtitle="true"&gt;
&lt;P style="margin-top: 0.4em; margin-bottom: 0.5em; color: #000000; font-family: sans-serif;"&gt;In &lt;SPAN style="color: #0b0080;"&gt;statistics&lt;/SPAN&gt;, &lt;SPAN style="color: #0b0080;"&gt;probability theory&lt;/SPAN&gt;, and &lt;SPAN style="color: #0b0080;"&gt;information theory&lt;/SPAN&gt;, a &lt;STRONG&gt;statistical distance&lt;/STRONG&gt; quantifies the distance between two statistical objects, which can be two &lt;SPAN style="color: #0b0080;"&gt;random variables&lt;/SPAN&gt;, or two &lt;SPAN style="color: #0b0080;"&gt;probability distributions&lt;/SPAN&gt; or &lt;SPAN style="color: #0b0080;"&gt;samples&lt;/SPAN&gt;, or the distance can be between an individual sample point and a population or a wider sample of points.&lt;/P&gt;
&lt;P style="margin-top: 0.4em; margin-bottom: 0.5em; color: #000000; font-family: sans-serif;"&gt;A distance between populations can be interpreted as measuring the distance between two &lt;SPAN style="color: #0b0080;"&gt;probability distributions&lt;/SPAN&gt; and hence they are essentially measures of distances between &lt;SPAN style="color: #0b0080;"&gt;probability measures&lt;/SPAN&gt;. Where statistical distance measures relate to the differences between &lt;SPAN style="color: #0b0080;"&gt;random variables&lt;/SPAN&gt;, these may have &lt;SPAN style="color: #0b0080;"&gt;statistical dependence&lt;/SPAN&gt;,&lt;SPAN style="font-size: 11px;"&gt; &lt;/SPAN&gt;and hence these distances are not directly related to measures of distances between probability measures. Again, a measure of distance between random variables may relate to the extent of dependence between them, rather than to their individual values.&lt;/P&gt;
&lt;P style="margin-top: 0.4em; margin-bottom: 0.5em; color: #000000; font-family: sans-serif;"&gt;Statistical distance measures are mostly not &lt;SPAN style="color: #0b0080;"&gt;metrics&lt;/SPAN&gt; and they need not be symmetric. Some types of distance measures are referred to as (statistical) &lt;STRONG style="color: #0b0080;"&gt;divergences&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P style="margin-top: 0.4em; margin-bottom: 0.5em; color: #000000; font-family: sans-serif;"&gt;&lt;SPAN style="font-weight: bold; line-height: 1.5em; font-size: 17px;"&gt;Metrics&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-top: 0.4em; margin-bottom: 0.5em; color: #000000; font-family: sans-serif;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;A &lt;/SPAN&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;metric&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; on a set &lt;/SPAN&gt;&lt;EM style="font-size: 10pt; line-height: 1.5em;"&gt;X&lt;/EM&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; is a &lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em; color: #0b0080; font-size: 10pt;"&gt;function&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; (called the &lt;/SPAN&gt;&lt;EM style="font-size: 10pt; line-height: 1.5em;"&gt;distance function&lt;/EM&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; or simply &lt;/SPAN&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;distance&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-top: 0.4em; margin-bottom: 0.5em; color: #000000; font-family: sans-serif;"&gt;&lt;EM style="font-size: 10pt; line-height: 1.5em;"&gt;d&lt;/EM&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; : &lt;/SPAN&gt;&lt;EM style="font-size: 10pt; line-height: 1.5em;"&gt;X&lt;/EM&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; × &lt;/SPAN&gt;&lt;EM style="font-size: 10pt; line-height: 1.5em;"&gt;X&lt;/EM&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; → &lt;/SPAN&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;R &lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;(where &lt;/SPAN&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;R&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; is the set of &lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em; color: #0b0080; font-size: 10pt;"&gt;real numbers&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;). For all &lt;/SPAN&gt;&lt;EM style="font-size: 10pt; line-height: 1.5em;"&gt;x&lt;/EM&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;, &lt;/SPAN&gt;&lt;EM style="font-size: 10pt; line-height: 1.5em;"&gt;y&lt;/EM&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;, &lt;/SPAN&gt;&lt;EM style="font-size: 10pt; line-height: 1.5em;"&gt;z&lt;/EM&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; in &lt;/SPAN&gt;&lt;EM style="font-size: 10pt; line-height: 1.5em;"&gt;X&lt;/EM&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;, this function is required to satisfy the following conditions:&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL style="margin-top: 0.3em; margin-left: 3.2em; list-style-image: none; color: #000000; font-family: sans-serif;"&gt;
&lt;LI&gt;&lt;EM&gt;d&lt;/EM&gt;(&lt;EM&gt;x&lt;/EM&gt;, &lt;EM&gt;y&lt;/EM&gt;) ≥ 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&lt;EM style="color: #0b0080;"&gt;non-negativity&lt;/EM&gt;)&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;d&lt;/EM&gt;(&lt;EM&gt;x&lt;/EM&gt;, &lt;EM&gt;y&lt;/EM&gt;) = 0&amp;nbsp;&amp;nbsp; if and only if&amp;nbsp;&amp;nbsp; &lt;EM&gt;x&lt;/EM&gt; = &lt;EM&gt;y&lt;/EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&lt;EM style="color: #0b0080;"&gt;identity of indiscernibles&lt;/EM&gt;. Note that condition 1 and 2 together produce &lt;EM style="color: #0b0080;"&gt;positive definiteness&lt;/EM&gt;)&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;d&lt;/EM&gt;(&lt;EM&gt;x&lt;/EM&gt;, &lt;EM&gt;y&lt;/EM&gt;) = &lt;EM&gt;d&lt;/EM&gt;(&lt;EM&gt;y&lt;/EM&gt;, &lt;EM&gt;x&lt;/EM&gt;)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&lt;EM style="color: #0b0080;"&gt;symmetry&lt;/EM&gt;)&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;d&lt;/EM&gt;(&lt;EM&gt;x&lt;/EM&gt;, &lt;EM&gt;z&lt;/EM&gt;) ≤ &lt;EM&gt;d&lt;/EM&gt;(&lt;EM&gt;x&lt;/EM&gt;, &lt;EM&gt;y&lt;/EM&gt;) + &lt;EM&gt;d&lt;/EM&gt;(&lt;EM&gt;y&lt;/EM&gt;, &lt;EM&gt;z&lt;/EM&gt;)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&lt;EM style="color: #0b0080;"&gt;subadditivity&lt;/EM&gt; / &lt;EM style="color: #0b0080;"&gt;triangle inequality&lt;/EM&gt;).&lt;/LI&gt;
&lt;/OL&gt;&lt;/PRE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;/P&gt;&lt;P style="margin-top: 0.4em; margin-bottom: 0.5em; color: #000000; font-family: sans-serif;"&gt;Source: &lt;A href="http://en.wikipedia.org/wiki/Statistical_distance" title="http://en.wikipedia.org/wiki/Statistical_distance"&gt;Statistical distance - Wikipedia, the free encyclopedia&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 13:42:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looking-for-integrated-statistical-functions/m-p/478184#M481712</guid>
      <dc:creator>pgrenier</dc:creator>
      <dc:date>2013-09-25T13:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for integrated statistical functions</title>
      <link>https://community.qlik.com/t5/QlikView/Looking-for-integrated-statistical-functions/m-p/478185#M481713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apparently, from what I've read, Symmetry can be derived in the analytics when skewness = 0 &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;Many thanks Clever Anjos!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 14:01:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looking-for-integrated-statistical-functions/m-p/478185#M481713</guid>
      <dc:creator>pgrenier</dc:creator>
      <dc:date>2013-09-25T14:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for integrated statistical functions</title>
      <link>https://community.qlik.com/t5/QlikView/Looking-for-integrated-statistical-functions/m-p/478186#M481714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So checking if &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;skewness = 0&lt;/SPAN&gt; will show you the symmetry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 18:42:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looking-for-integrated-statistical-functions/m-p/478186#M481714</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-09-25T18:42:52Z</dc:date>
    </item>
  </channel>
</rss>

