1 #ifndef STAN_LANG_AST_FUN_GET_CDF_DEF_HPP 2 #define STAN_LANG_AST_FUN_GET_CDF_DEF_HPP 10 std::string
get_cdf(
const std::string& dist_name) {
12 return dist_name +
"_cdf_log";
14 return dist_name +
"_lcdf";
Probability, optimization and sampling library.
static function_signatures & instance()
Return the instance of this singleton.
std::string get_cdf(const std::string &dist_name)
Return the name of the CDF for the specified distribution name.