Hi, I have been working on the exceptions in the stat.inference package and have seen that all classes in this package follow the same scheme:
- Interface for a statistical test - Implementation of this single interface e.g. ChiSquareTest ChiSquareTestImpl There was some effort in other packages, e.g. distribution to merge such constructs, and was wondering if not the same should apply here. I do not see an immediate benefit of having separate interface and implementation for a single Test, especially as there is no base Test interface. What do you think? Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org