ast0815/remu

Adding of Predictors

Closed this issue · 2 comments

Simple hypotheses can be added, because they are just vectors of values, i.e. arrays. It could be useful to also add composite hypotheses. The result would be a new composite hypothesis with the parameters of both input hypotheses.

Still valid, now with Predictor objects instead of CompositeHypothesis.

Implemented in #43.