Tagged Questions
2
votes
2answers
449 views
Testing implementation of Anderson-Darling test for uniform RV
I am trying to write unit tests for a whole mess of statistics code. Some of the unit tests take the form: generate a sample following a null hypothesis, use code to get a p-value under that null, ...