Stan
2.14.0
probability, sampling & optimization
src
stan
lang
ast
fun
strip_cdf_suffix.hpp
Go to the documentation of this file.
1
#ifndef STAN_LANG_AST_FUN_STRIP_CDF_SUFFIX_HPP
2
#define STAN_LANG_AST_FUN_STRIP_CDF_SUFFIX_HPP
3
4
#include <string>
5
6
namespace
stan
{
7
namespace
lang {
8
16
std::string
strip_cdf_suffix
(
const
std::string& dist_fun);
17
18
}
19
}
20
#endif
stan::lang::strip_cdf_suffix
std::string strip_cdf_suffix(const std::string &dist_fun)
Return the result of removing the suffix from the specified function name indicating it is a CDF...
Definition:
strip_cdf_suffix_def.hpp:10
stan
Probability, optimization and sampling library.
Definition:
base_interrupt.hpp:4
[
Stan Home Page
]
© 2011–2016, Stan Development Team.