<?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: T-test in QlikView / QlikSense in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/T-test-in-QlikView-QlikSense/m-p/1189378#M384463</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel and thank you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I may have stated my question badly. Right now I have done exactly what you also proposed in your reply, i.e.done the match by hand in the app, but I would like to better understand how to use the built-in Qlik-functions for T-test and the help.qlik.com was not very informative. Have you used it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nathalie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Nov 2016 08:35:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-11-16T08:35:44Z</dc:date>
    <item>
      <title>T-test in QlikView / QlikSense</title>
      <link>https://community.qlik.com/t5/QlikView/T-test-in-QlikView-QlikSense/m-p/1189376#M384461</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;I would like to perform an independent two-sample T-Test in Qlik. &lt;/P&gt;&lt;H3 style="color: #000000; background: none #ffffff; margin: 0.3em 0 0; padding-top: 0.5em; border-bottom: none; font-size: 1.2em; font-family: sans-serif;"&gt;&lt;IMG alt="{\displaystyle t={\frac {{\bar {X}}_{1}-{\bar {X}}_{2}}{s_{p}{\sqrt {2/n}}}}}" class="jive-image mwe-math-fallback-image-inline" src="https://wikimedia.org/api/rest_v1/media/math/render/svg/cad0574bf2031d40d0194bfbe427567367aab4a8" style="border-style: none; color: #252525; font-family: sans-serif; font-size: 14px;" /&gt;&lt;/H3&gt;&lt;P&gt;&lt;IMG alt="{\displaystyle \ s_{p}={\sqrt {\frac {s_{X_{1}}^{2}+s_{X_{2}}^{2}}{2}}}}" class="jive-image mwe-math-fallback-image-inline" src="https://wikimedia.org/api/rest_v1/media/math/render/svg/58fe6a2f4b71fe54e6458ab590fe13e6b8bbd7ce" style="border-style: none; color: #252525; font-family: sans-serif; font-size: 14px;" /&gt;&lt;/P&gt;&lt;P&gt;(i.e. T equals (the difference between the meas of the samples/arrays) divided by (the squareroot from (the sum of the sample standard deviations divided by two) times the quareroot from (2 divided by the sample size) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe it is possible to hardcode this in set analysis, but I would like to try the actual aggregation. I have searched through this community and only find unanswered questions similar to mine since 2012. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much obliged&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Nathalie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 10:41:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/T-test-in-QlikView-QlikSense/m-p/1189376#M384461</guid>
      <dc:creator />
      <dc:date>2016-09-21T10:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: T-test in QlikView / QlikSense</title>
      <link>https://community.qlik.com/t5/QlikView/T-test-in-QlikView-QlikSense/m-p/1189377#M384462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The T expression might be something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;count(X1)/count(Total X1) - count(X2)/count(Total X2)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;($vSp)* &lt;SPAN class="statement"&gt;sqrt(&lt;/SPAN&gt;&lt;SPAN class="user_input"&gt; 2 / count([sample size]&lt;/SPAN&gt;&lt;SPAN class="statement"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="statement"&gt; )&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where vSp is a variable made by this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="statement"&gt;=sqrt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="statement"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="statement"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sqr(X1) + sqr(X2)&lt;/SPAN&gt;&lt;SPAN class="user_input"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="user_input"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; / &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="user_input"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="user_input"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="statement"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="statement"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="statement"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="statement"&gt;Data Architect MB&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 16:13:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/T-test-in-QlikView-QlikSense/m-p/1189377#M384462</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2016-09-21T16:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: T-test in QlikView / QlikSense</title>
      <link>https://community.qlik.com/t5/QlikView/T-test-in-QlikView-QlikSense/m-p/1189378#M384463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel and thank you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I may have stated my question badly. Right now I have done exactly what you also proposed in your reply, i.e.done the match by hand in the app, but I would like to better understand how to use the built-in Qlik-functions for T-test and the help.qlik.com was not very informative. Have you used it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nathalie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 08:35:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/T-test-in-QlikView-QlikSense/m-p/1189378#M384463</guid>
      <dc:creator />
      <dc:date>2016-11-16T08:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: T-test in QlikView / QlikSense</title>
      <link>https://community.qlik.com/t5/QlikView/T-test-in-QlikView-QlikSense/m-p/1189379#M384464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you had any luck with using this functionality in an application? I cant seem to find much information on this and anything I try seems to just load forever without actually rendering anything.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2018 12:54:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/T-test-in-QlikView-QlikSense/m-p/1189379#M384464</guid>
      <dc:creator>MarkMV</dc:creator>
      <dc:date>2018-08-29T12:54:14Z</dc:date>
    </item>
  </channel>
</rss>

