@rafaelslins the current critical value for the KS-test seems to be hard coded for the significance level of 5%.
For now, this should be informed in the output of the test, since the significance level is hard coded.
But as an improvement, we should either provide other significance levels as an option, or, instead, provide the p-value of the KS-test (we can use a ks critical value table to get the approximate p-value).
Another alternative is using the base R ks.test function, but we need to double check whether it works well.
@rafaelslins the current critical value for the KS-test seems to be hard coded for the significance level of 5%.
For now, this should be informed in the output of the test, since the significance level is hard coded.
But as an improvement, we should either provide other significance levels as an option, or, instead, provide the p-value of the KS-test (we can use a ks critical value table to get the approximate p-value).
Another alternative is using the base R ks.test function, but we need to double check whether it works well.