spark-instrumented-optimizer/R/pkg/R
Junyang Qian abb2f92103 [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.

Author: Junyang Qian <junyangq@databricks.com>

Closes #14881 from junyangq/SPARK-17315.
2016-09-03 12:26:30 -07:00
..
backend.R [SPARK-15159][SPARKR] SparkR SparkSession API 2016-06-17 21:36:01 -07:00
broadcast.R [SPARK-15490][R][DOC] SparkR 2.0 QA: New R APIs and API docs for non-MLib changes 2016-06-16 19:39:33 -07:00
client.R [SPARK-8603][SPARKR] Use shell() instead of system2() for SparkR on Windows 2016-05-26 20:55:06 -07:00
column.R [SPARK-16508][SPARKR] doc updates and more CRAN check fixes 2016-08-22 15:53:10 -07:00
context.R [SPARK-16519][SPARKR] Handle SparkR RDD generics that create warnings in R CMD check 2016-08-16 11:19:18 -07:00
DataFrame.R [SPARK-17298][SQL] Require explicit CROSS join for cartesian products 2016-09-03 00:20:43 +02:00
deserialize.R [SPARK-12922][SPARKR][WIP] Implement gapply() on DataFrame in SparkR 2016-06-15 21:42:05 -07:00
functions.R [SPARKR][MINOR] Fix docs for sparkR.session and count 2016-09-02 21:11:57 -07:00
generics.R [SPARK-17315][SPARKR] Kolmogorov-Smirnov test SparkR wrapper 2016-09-03 12:26:30 -07:00
group.R [SPARKR][MINOR] Fix docs for sparkR.session and count 2016-09-02 21:11:57 -07:00
install.R [SPARKR][MINOR] Add installation message for remote master mode and improve other messages 2016-08-24 16:04:14 -07:00
jobj.R [SPARK-14995][R] Add since tag in Roxygen documentation for SparkR API methods 2016-06-20 14:24:41 -07:00
jvm.R [SPARK-16581][SPARKR] Make JVM backend calling functions public 2016-08-29 12:55:32 -07:00
mllib.R [SPARK-17315][SPARKR] Kolmogorov-Smirnov test SparkR wrapper 2016-09-03 12:26:30 -07:00
pairRDD.R [SPARK-16508][SPARKR] doc updates and more CRAN check fixes 2016-08-22 15:53:10 -07:00
RDD.R [SPARK-16508][SPARKR] doc updates and more CRAN check fixes 2016-08-22 15:53:10 -07:00
schema.R [SPARK-16508][SPARKR] Fix CRAN undocumented/duplicated arguments warnings. 2016-08-20 06:59:23 -07:00
serialize.R [SPARK-13812][SPARKR] Fix SparkR lint-r test errors. 2016-03-13 14:30:44 -07:00
sparkR.R [SPARKR][MINOR] Fix docs for sparkR.session and count 2016-09-02 21:11:57 -07:00
SQLContext.R [SPARK-17376][SPARKR] followup - change since version 2016-09-02 11:08:25 -07:00
stats.R [SPARK-16508][SPARKR] doc updates and more CRAN check fixes 2016-08-22 15:53:10 -07:00
types.R [SPARK-16883][SPARKR] SQL decimal type is not properly cast to number when collecting SparkDataFrame 2016-09-02 01:47:17 -07:00
utils.R [SPARKR][MINOR] Add installation message for remote master mode and improve other messages 2016-08-24 16:04:14 -07:00
window.R [SPARKR][MINOR] Fix windowPartitionBy example 2016-08-31 21:28:53 -07:00
WindowSpec.R [SPARKR][MINOR] Add more examples to window function docs 2016-08-24 16:00:04 -07:00