![]() |
Stan
1.0
probability, sampling & optimization
|
The abstract base class for models generated by the Stan compiler stanc.
More...
#include <stanc_model.hpp>
Additional Inherited Members | |
Public Member Functions inherited from stan::model::prob_grad_ad | |
| prob_grad_ad (size_t num_params_r) | |
| prob_grad_ad (size_t num_params_r, std::vector< std::pair< int, int > > ¶m_ranges_i) | |
| virtual | ~prob_grad_ad () |
| virtual agrad::var | log_prob (std::vector< agrad::var > ¶ms_r, std::vector< int > ¶ms_i, std::ostream *output_stream=0)=0 |
| virtual double | grad_log_prob (std::vector< double > ¶ms_r, std::vector< int > ¶ms_i, std::vector< double > &gradient, std::ostream *output_stream=0) |
| virtual double | log_prob (std::vector< double > ¶ms_r, std::vector< int > ¶ms_i, std::ostream *output_stream=0) |
Protected Attributes inherited from stan::model::prob_grad | |
| size_t | num_params_r__ |
| std::vector< std::pair< int, int > > | param_ranges_i__ |
The abstract base class for models generated by the Stan compiler stanc.
Definition at line 14 of file stanc_model.hpp.