#include #include namespace bernoulli_model_namespace { template inline typename boost::math::tools::promote_args::type make_odds(const T0__& theta, std::ostream* pstream__) { return theta / (1 - theta); } }