2.1.24.2 Nonparametric Tests


Functions

Name Brief Example
ocmath_2_sample_ks_test Performs a Kolmogorov-Smirnov test for on two independent samples of possibley unequal size. The main engine is nag_2_sample_ks_test. Examples
ocmath_friedman_test Performs the Frieman two-way analysis of variance. The main engine is nag_friedman_test(g08aec) Examples
ocmath_mann_whitney Performs a Mann-Whitney U test for on two independent samples of possibley unequal size. The main engine is nag_mann_whitney. Examples
ocmath_median_test Performs a Median test for identical population medians. Examples
ocmath_one_sample_wilcoxon Performs the Wilcoxon signed rank test on a single sample. To test a particular sample came from a popular with a specified median. The main engine is nag_wilcon_test. Examples
ocmath_sign_test Performs a Sign test for related samples. The main engine is nag_sign_test. Examples
ocmath_wilcoxon_sign_rank Performs a Wilcoxon signed rank test for paired samples. The main engine is nag_wilcoxon_test. Examples