Name | Brief | Example |
---|---|---|
ocmath_anderson_darling_test | Normality Test function used to compute and output Anderson Darling test Analysis. | Examples |
ocmath_chen_shapiro_test | Normality Test function used to compute and output Chen-Shapiro test Analysis. | Examples |
ocmath_k_squared_test | Normality Test function used to compute and output D'Agostino-K squared tests Analysis. | Examples |
ocmath_kolmogorov_smirnov_test | Function to perform a Kolmogorov-Smirnov Normality Test using nag function nag_1_sample_ks_test() | Examples |
ocmath_lilliefors_test | Function to perform a Lilliefors Normality Test. | |
ocmath_shapiro_wilk_test | Function to perform a Shapiro-Wilk Normality Test. | Examples |
ocmath_shapiro_wilk_test_R94 | Function to preform Shapiro-Wilk test for normality with Algorithm R94 | Examples |