GitHub user junyangq opened a pull request:
https://github.com/apache/spark/pull/14881
[SPARK-17315][SparkR] Kolmogorov-Smirnov test SparkR wrapper
## What changes were proposed in this pull request?
This PR tries to add Kolmogorov-Smirnov Test wrapper to SparkR. This
wrapper implementation only supports one sample test against normal
distribution.
## How was this patch tested?
R unit test.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/junyangq/spark SPARK-17315
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/14881.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #14881
----
commit d4b14596e9517e6ec272dd530e569b3373c31fcb
Author: Junyang Qian <[email protected]>
Date: 2016-08-29T21:09:22Z
Add Kolmogorov-Smirnov Test wrapper to SparkR. Currently only support
normal distribution as null hypothesis.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]