- Add package EnvStats to imports
- Handle edge case in one way empirical quantile likelihood test.
- Handle edge case in one way empirical mu likelihood test.
- Reduce sample size needed per test.
- Use estimation procedures from EnvStats package for gamma and beta distribution.
- Update actions again..
- Remove "[1] " from print method.
- Update github actions.
- Add one sample and one way empirical quantile likelihood tests.
- Added a second objective optimization function to empirical mu test.
- Add one sample and one way empirical mean likelihood tests.
- Add log to print function.
- Add 6 inverse gaussion tests.
- Rename vignette.
- Rename tests from _lr_test to _one_sample.
- Add _one_way tests.
- Add one way vignette.
- Add print method.
- Change to newton's method in beta and gamma parameter estimation.
- Better starting points in cauchy parameter estimation.
- Add sources.
- Add cauchy test and CI.
- Add argument checks to binomial and negative binomial.
- Modify readme more.
- Move to function factories.
- Improve readme.
- Add confidence intervals.
- Initial release.