virtual double betaPdfActualValue(double x, double alpha, double beta) const =0
TODO: Actual value of the Beta PDF (calculated via either Boost or GSL libraries). See template specialization.
virtual double gammaPdfActualValue(double x, double a, double b) const =0
TODO: Actual value of the Gamma PDF (calculated via either Boost or GSL libraries). See template specialization.