Skip to content
  • Junyang Qian's avatar
    abb2f921
    [SPARK-17315][SPARKR] Kolmogorov-Smirnov test SparkR wrapper · abb2f921
    Junyang Qian authored
    ## 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.
    abb2f921
    [SPARK-17315][SPARKR] Kolmogorov-Smirnov test SparkR wrapper
    Junyang Qian authored
    ## 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.
Loading