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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to