#include #include namespace bernoulli_model_namespace { template * = nullptr> stan::promote_args_t make_odds(const T0__& theta, std::ostream* pstream__) { return theta / (1 - theta); } }