Stan  2.14.0
probability, sampling & optimization
is_user_defined_prob_function.hpp
Go to the documentation of this file.
1 #ifndef STAN_LANG_AST_FUN_IS_USER_DEFINED_PROB_FUNCTION_HPP
2 #define STAN_LANG_AST_FUN_IS_USER_DEFINED_PROB_FUNCTION_HPP
3 
4 #include <string>
5 #include <vector>
6 
7 namespace stan {
8  namespace lang {
9 
10  struct expression;
11 
20  bool is_user_defined_prob_function(const std::string& name,
21  const expression& variate,
22  const std::vector<expression>& params);
23 
24  }
25 }
26 #endif
Probability, optimization and sampling library.
bool is_user_defined_prob_function(const std::string &name, const expression &variate, const std::vector< expression > &params)
Return true if a probability function with the specified name, random variate and parameters is user ...

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