<?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: Correlations - PyTools.Pearson in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Correlations-PyTools-Pearson/m-p/1668347#M14630</link>
    <description>&lt;P&gt;Test table is something I was trying so there is nothing on it .&lt;/P&gt;&lt;P&gt;Rest of the code is the auto generated code which appears when you click on CTRL+0+0 on Edit script window&lt;/P&gt;</description>
    <pubDate>Thu, 23 Jan 2020 06:34:55 GMT</pubDate>
    <dc:creator>anushree1</dc:creator>
    <dc:date>2020-01-23T06:34:55Z</dc:date>
    <item>
      <title>Correlations - PyTools.Pearson</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Correlations-PyTools-Pearson/m-p/1667125#M14627</link>
      <description>&lt;P&gt;Hello -&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to Qlik Python SSE and am very excited that I can do a time series forecasting with Facebook Prophet.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I am trying to do Correlations - similar to 'PyTools.Pearson('10;12;14', '1;2;3').&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is - what chart do I use for it?&amp;nbsp; A Scatter Plot?&amp;nbsp; but that needs to measures and one dimension.&amp;nbsp; I am trying to use a 'Text &amp;amp; Image' chart - but get no output.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:32:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Correlations-PyTools-Pearson/m-p/1667125#M14627</guid>
      <dc:creator>peterkumar</dc:creator>
      <dc:date>2024-11-16T03:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Correlations - PyTools.Pearson</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Correlations-PyTools-Pearson/m-p/1667174#M14628</link>
      <description>&lt;P&gt;Plz chk the attched&amp;nbsp; , Also the KPI Chart Must appear not sure what the issue is here.&lt;/P&gt;&lt;P&gt;In the attchment I have created a Dummy Dimension Valuelist('Value'), I suppose it must be ok as it does not show up in the chart&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 08:23:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Correlations-PyTools-Pearson/m-p/1667174#M14628</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2020-01-20T08:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Correlations - PyTools.Pearson</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Correlations-PyTools-Pearson/m-p/1667470#M14629</link>
      <description>&lt;P&gt;Thanks Anushree!&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using a KPI worked.&amp;nbsp; Since I am currently experimenting, the following code worked fine -&amp;nbsp;=PyTools.Correlation('10;12;14','200;20;2', 'kendall')&lt;/P&gt;&lt;P&gt;You have some interesting code in your file - just curious - what are the Transactions and Test tables supposed to do?&lt;/P&gt;&lt;P&gt;Thanks again!!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Transactions:&lt;BR /&gt;Load&lt;BR /&gt;TransLineID,&lt;BR /&gt;TransID,&lt;BR /&gt;mod(TransID,26)+1 as Num,&lt;BR /&gt;Pick(Ceil(3*Rand1),'A','B','C') as Dim1,&lt;BR /&gt;Pick(Ceil(6*Rand1),'a','b','c','d','e','f') as Dim2,&lt;BR /&gt;Pick(Ceil(3*Rand()),'X','Y','Z') as Dim3,&lt;BR /&gt;Round(1000*Rand()*Rand()*Rand1) as Expression1,&lt;BR /&gt;Round( 10*Rand()*Rand()*Rand1) as Expression2,&lt;BR /&gt;Round(Rand()*Rand1,0.00001) as Expression3;&lt;BR /&gt;Load&lt;BR /&gt;Rand() as Rand1,&lt;BR /&gt;IterNo() as TransLineID,&lt;BR /&gt;RecNo() as TransID&lt;BR /&gt;Autogenerate 1000&lt;BR /&gt;While Rand()&amp;lt;=0.5 or IterNo()=1;&lt;/P&gt;&lt;P&gt;Comment Field Dim1 With "This is a field comment";&lt;BR /&gt;&lt;BR /&gt;Test:&lt;BR /&gt;LOAD @1 as Metric,&lt;BR /&gt;RowNo() as Rownum&lt;BR /&gt;Resident Transactions;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 18:57:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Correlations-PyTools-Pearson/m-p/1667470#M14629</guid>
      <dc:creator>peterkumar</dc:creator>
      <dc:date>2020-01-20T18:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Correlations - PyTools.Pearson</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Correlations-PyTools-Pearson/m-p/1668347#M14630</link>
      <description>&lt;P&gt;Test table is something I was trying so there is nothing on it .&lt;/P&gt;&lt;P&gt;Rest of the code is the auto generated code which appears when you click on CTRL+0+0 on Edit script window&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 06:34:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Correlations-PyTools-Pearson/m-p/1668347#M14630</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2020-01-23T06:34:55Z</dc:date>
    </item>
  </channel>
</rss>

