powered by
Test a sample against the null hypothesis that it comes from a standard Normal distribution.
cramer_vonmises(samples)
A list containing
authors of normality test applied i.e. 'Cramer von Mises'
scalar value of test statistics
corresponding p-value of the test
vector of values to be tested
Wrapper function for corresponding functionality in goftest. Originally developed in Cramer (1928), Mises (1931), and Smirnov (1936).
goftest
sample <- rnorm(100) cramer_vonmises(sample)
Run the code above in your browser using DataLab