Add pipeline `Summarizer` class
CHANGES:
-
Introduce class
PosteriorFunctions
with methods to return functions of posterior samples (incidence, prevalence, etc) -
Introduce class
Summarizer
which takes an instance ofPosteriorFunctions
and wraps the methods in a summary method.