<?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: Computation of Distance Correlation and Covariance in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Computation-of-Distance-Correlation-and-Covariance/m-p/430765#M281635</link>
    <description>Thank you Art. That surely helps me get started. Besides that, I checked out your website and found it useful. So, thanks once more.</description>
    <pubDate>Thu, 25 Jan 2018 03:25:26 GMT</pubDate>
    <dc:creator>tnaveen80150</dc:creator>
    <dc:date>2018-01-25T03:25:26Z</dc:date>
    <item>
      <title>Computation of Distance Correlation and Covariance</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Computation-of-Distance-Correlation-and-Covariance/m-p/430739#M281633</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Being somewhat a new entrant into the world of measures of dependence measurement, I apologize if my question lacks sophistication. I was wondering if there are any procedures yet or any programming methods to compute the Distance correlation and covariance between bivariate data (each dataset comprising a maximum of ~150 datapoints). I see that R has scripts that were suggested by the authors of the distance correlation method (Szekely...); anything equivalent in SAS?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 00:28:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Computation-of-Distance-Correlation-and-Covariance/m-p/430739#M281633</guid>
      <dc:creator>tnaveen80150</dc:creator>
      <dc:date>2018-01-25T00:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Computation of Distance Correlation and Covariance</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Computation-of-Distance-Correlation-and-Covariance/m-p/430748#M281634</link>
      <description>&lt;P&gt;Not within SAS itself, at least that I'm aware of, but take a look at:&amp;nbsp;&lt;SPAN&gt;&lt;A href="http://www.lexjansen.com/wuss/2016/19_Final_Paper_PDF.pdf" target="_blank"&gt;www.lexjansen.com/wuss/2016/19_Final_Paper_PDF.pdf&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 01:21:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Computation-of-Distance-Correlation-and-Covariance/m-p/430748#M281634</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2018-01-25T01:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Computation of Distance Correlation and Covariance</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Computation-of-Distance-Correlation-and-Covariance/m-p/430765#M281635</link>
      <description>Thank you Art. That surely helps me get started. Besides that, I checked out your website and found it useful. So, thanks once more.</description>
      <pubDate>Thu, 25 Jan 2018 03:25:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Computation-of-Distance-Correlation-and-Covariance/m-p/430765#M281635</guid>
      <dc:creator>tnaveen80150</dc:creator>
      <dc:date>2018-01-25T03:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: Computation of Distance Correlation and Covariance</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Computation-of-Distance-Correlation-and-Covariance/m-p/430914#M281636</link>
      <description>&lt;P&gt;There are many ways to &lt;A href="https://blogs.sas.com/content/iml/2013/03/27/compute-distance.html" target="_self"&gt;compute distances between observations in SAS.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2012/02/22/how-to-compute-mahalanobis-distance-in-sas.html" target="_self"&gt;The Mahalanobis distance is a correlation/covariance based distance.&lt;/A&gt;&amp;nbsp;You can also &lt;A href="http://support.sas.com/kb/30/662.html" target="_self"&gt;use PROC DISTANCE to compute various&amp;nbsp;distances&lt;/A&gt;&amp;nbsp;in conjunction&amp;nbsp;with PROC PRINCOMP. You can also use PROC PLS to compute the Mahalanobis distance (it is listed as the TSQUARE&amp;nbsp;option for Hotelling's-T2 statistic) You can also &lt;A href="https://blogs.sas.com/content/iml/2012/02/02/detecting-outliers-in-sas-part-3-multivariate-location-and-scatter.html" target="_self"&gt;compute robust distances by using PROC ROBUSTREG or the MCD function in SAS/IML.&lt;/A&gt;&amp;nbsp;If you have spatial data, you can use PROC VARIOGRAM and PROC KRIGE2D to compute various distance-based analyses.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 14:05:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Computation-of-Distance-Correlation-and-Covariance/m-p/430914#M281636</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2018-01-25T14:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Computation of Distance Correlation and Covariance</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Computation-of-Distance-Correlation-and-Covariance/m-p/431118#M281637</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for the comprehensive answer!. While it may take me a while to figure out what fits my needs the best, I've got to thank you for guiding me for I know better now which way I should be headed.&lt;BR /&gt;&lt;BR /&gt;In a gist, I seek to assess correlation and cross-correlation between several variables, two variables at a time. The datapoints are temporal in nature. What has been observed is that the residuals of a few such variables, after compensation for trends and autocorrelation effects, possibly have non-linear correlation/cross-correlation.&lt;BR /&gt;&lt;BR /&gt;I only seek a measure of association that is robust to such non-linear associations; Pearson's falls short owing to it sensitivity to linear associations whereas Spearman's is not necessarily sensitive to associations that are not monotonic (e.g. quadratic). In my research (I admit not as deep as it should be), I found distance correlation to be a method that fits my requirements and has shown promising results. This especially so when I cannot visually check residuals on a case-by-case basis owing to the fact that I need to run the test across several datasets.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following research encapsulates in essence what I seek to achieve.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MEASURING AND TESTING DEPENDENCE BY CORRELATION OF DISTANCES By Gabor J. Szekely,Maria L. Rizzo and Nail K. Bakirov&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 22:37:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Computation-of-Distance-Correlation-and-Covariance/m-p/431118#M281637</guid>
      <dc:creator>tnaveen80150</dc:creator>
      <dc:date>2018-01-25T22:37:19Z</dc:date>
    </item>
  </channel>
</rss>

