-
- Downloads
[SPARK-12903][SPARKR] Add covar_samp and covar_pop for SparkR
Add ```covar_samp``` and ```covar_pop``` for SparkR. Should we also provide ```cov``` alias for ```covar_samp```? There is ```cov``` implementation at stats.R which masks ```stats::cov``` already, but may bring to breaking API change. cc sun-rui felixcheung shivaram Author: Yanbo Liang <ybliang8@gmail.com> Closes #10829 from yanboliang/spark-12903.
Showing
- R/pkg/NAMESPACE 2 additions, 0 deletionsR/pkg/NAMESPACE
- R/pkg/R/functions.R 58 additions, 0 deletionsR/pkg/R/functions.R
- R/pkg/R/generics.R 9 additions, 1 deletionR/pkg/R/generics.R
- R/pkg/R/stats.R 2 additions, 1 deletionR/pkg/R/stats.R
- R/pkg/inst/tests/testthat/test_sparkSQL.R 2 additions, 0 deletionsR/pkg/inst/tests/testthat/test_sparkSQL.R
Loading
Please register or sign in to comment