![]() |
Stan
2.14.0
probability, sampling & optimization
|
#include <stan/math/rev/mat.hpp>#include <iostream>#include <vector>Go to the source code of this file.
Namespaces | |
| stan | |
| Probability, optimization and sampling library. | |
| stan::model | |
| For compiling models. | |
Functions | |
| template<bool jacobian_adjust_transform, class M > | |
| double | stan::model::log_prob_propto (const M &model, std::vector< double > ¶ms_r, std::vector< int > ¶ms_i, std::ostream *msgs=0) |
Helper function to calculate log probability for double scalars up to a proportion. More... | |
| template<bool jacobian_adjust_transform, class M > | |
| double | stan::model::log_prob_propto (const M &model, Eigen::VectorXd ¶ms_r, std::ostream *msgs=0) |
Helper function to calculate log probability for double scalars up to a proportion. More... | |