You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Xiangrui Meng (JIRA)" <ji...@apache.org> on 2015/04/29 20:44:07 UTC

[jira] [Created] (SPARK-7241) Pearson correlation for DataFrames

Xiangrui Meng created SPARK-7241:
------------------------------------

             Summary: Pearson correlation for DataFrames
                 Key: SPARK-7241
                 URL: https://issues.apache.org/jira/browse/SPARK-7241
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
            Reporter: Xiangrui Meng
            Assignee: Burak Yavuz


This JIRA is for computing the Pearson linear correlation for two numerical columns in a DataFrame. The method `corr` should live under `df.stat`:

{code}
df.stat.corr(col1, col2, method="pearson"): Double
{code}

`method` will be used when we add other correlations.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org