powered by
Test a sample against the null hypothesis that it comes from a standard Normal distribution with the specified test.
test_u_normal(samples, test)
A list containing
authors of normality test applied
scalar value of test statistics
corresponding p-value from test
vector of values to be tested
name of test, one of 'SW', 'KS', 'CM', 'AD'
'SW'
'KS'
'CM'
'AD'
Convenience function for consistent syntax in calling shapiro_wilk, kolmogorov_smirnov, cramer_vonmises, and anderson_darling tests.
shapiro_wilk
kolmogorov_smirnov
cramer_vonmises
anderson_darling
sample <- rnorm(100) test_u_normal(sample, 'SW')
Run the code above in your browser using DataLab