Stan
2.14.0
probability, sampling & optimization
src
stan
lang
ast
fun
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
stan
Probability, optimization and sampling library.
Definition:
base_interrupt.hpp:4
stan::lang::is_user_defined_prob_function
bool is_user_defined_prob_function(const std::string &name, const expression &variate, const std::vector< expression > ¶ms)
Return true if a probability function with the specified name, random variate and parameters is user ...
Definition:
is_user_defined_prob_function_def.hpp:11
[
Stan Home Page
]
© 2011–2016, Stan Development Team.