Stan  2.14.0
probability, sampling & optimization
get_cdf.hpp
Go to the documentation of this file.
1 #ifndef STAN_LANG_AST_FUN_GET_CDF_HPP
2 #define STAN_LANG_AST_FUN_GET_CDF_HPP
3 
4 #include <string>
5 
6 namespace stan {
7  namespace lang {
8 
15  std::string get_cdf(const std::string& dist_name);
16 
17  }
18 }
19 #endif
Probability, optimization and sampling library.
std::string get_cdf(const std::string &dist_name)
Return the name of the CDF for the specified distribution name.
Definition: get_cdf_def.hpp:10

     [ Stan Home Page ] © 2011–2016, Stan Development Team.