1 #ifndef STAN_LANG_AST_FUN_GET_CCDF_DEF_HPP 2 #define STAN_LANG_AST_FUN_GET_CCDF_DEF_HPP 10 std::string
get_ccdf(
const std::string& dist_name) {
12 return dist_name +
"_ccdf_log";
14 return dist_name +
"_lccdf";
Probability, optimization and sampling library.
static function_signatures & instance()
Return the instance of this singleton.
std::string get_ccdf(const std::string &dist_name)
Return the CCDF for the specified distribution.