powered by
Test a sample against the null hypothesis that it comes from a standard Normal distribution.
kolmogorov_smirnov(samples)
A list containing
name of normality test applied i.e. 'Komogorov Smirnov'
scalar value of test statistics
corresponding p-value from test
vector of values to be tested
Wrapper function for corresponding functionality in stats. Originally, from Kolmogorov (1933).
stats
sample <- rnorm(100) kolmogorov_smirnov(sample)
Run the code above in your browser using DataLab