ethanweed

RStan error messages

Dec 11th, 2018
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 62.14 KB | None | 0 0
  1.  
  2. TRANSLATING MODEL '93a9e2036bfe1f95ff51d18d02ea73e1' FROM Stan CODE TO C++ CODE NOW.
  3. successful in parsing the Stan model '93a9e2036bfe1f95ff51d18d02ea73e1'.
  4. COMPILING THE C++ CODE FOR MODEL '93a9e2036bfe1f95ff51d18d02ea73e1' NOW.
  5. OS: x86_64, darwin15.6.0; rstan: 2.18.2; Rcpp: 0.12.17; inline: 0.3.15
  6. >> setting environment variables:
  7. PKG_LIBS = -L'/Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/lib/' -lStanHeaders
  8. PKG_CPPFLAGS = -I"/Library/Frameworks/R.framework/Versions/3.5/Resources/library/Rcpp/include/" -I"/Library/Frameworks/R.framework/Versions/3.5/Resources/library/RcppEigen/include/" -I"/Library/Frameworks/R.framework/Versions/3.5/Resources/library/RcppEigen/include/unsupported" -I"/Library/Frameworks/R.framework/Versions/3.5/Resources/library/BH/include" -I"/Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/src/" -I"/Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/" -I"/Library/Frameworks/R.framework/Versions/3.5/Resources/library/rstan/include" -DEIGEN_NO_DEBUG -DBOOST_DISABLE_ASSERTS
  9. >> Program source :
  10.  
  11. 1 :
  12. 2 : // includes from the plugin
  13. 3 : // [[Rcpp::plugins(cpp14)]]
  14. 4 :
  15. 5 : // user includes
  16. 6 : #define STAN__SERVICES__COMMAND_HPP// Code generated by Stan version 2.18.0
  17. 7 :
  18. 8 : #include <stan/model/model_header.hpp>
  19. 9 :
  20. 10 : namespace modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace {
  21. 11 :
  22. 12 : using std::istream;
  23. 13 : using std::string;
  24. 14 : using std::stringstream;
  25. 15 : using std::vector;
  26. 16 : using stan::io::dump;
  27. 17 : using stan::math::lgamma;
  28. 18 : using stan::model::prob_grad;
  29. 19 : using namespace stan::math;
  30. 20 :
  31. 21 : static int current_statement_begin__;
  32. 22 :
  33. 23 : stan::io::program_reader prog_reader__() {
  34. 24 : stan::io::program_reader reader;
  35. 25 : reader.add_event(0, 0, "start", "modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1");
  36. 26 : reader.add_event(3, 1, "end", "modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1");
  37. 27 : return reader;
  38. 28 : }
  39. 29 :
  40. 30 : class modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1 : public prob_grad {
  41. 31 : private:
  42. 32 : public:
  43. 33 : modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1(stan::io::var_context& context__,
  44. 34 : std::ostream* pstream__ = 0)
  45. 35 : : prob_grad(0) {
  46. 36 : ctor_body(context__, 0, pstream__);
  47. 37 : }
  48. 38 :
  49. 39 : modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1(stan::io::var_context& context__,
  50. 40 : unsigned int random_seed__,
  51. 41 : std::ostream* pstream__ = 0)
  52. 42 : : prob_grad(0) {
  53. 43 : ctor_body(context__, random_seed__, pstream__);
  54. 44 : }
  55. 45 :
  56. 46 : void ctor_body(stan::io::var_context& context__,
  57. 47 : unsigned int random_seed__,
  58. 48 : std::ostream* pstream__) {
  59. 49 : typedef double local_scalar_t__;
  60. 50 :
  61. 51 : boost::ecuyer1988 base_rng__ =
  62. 52 : stan::services::util::create_rng(random_seed__, 0);
  63. 53 : (void) base_rng__; // suppress unused var warning
  64. 54 :
  65. 55 : current_statement_begin__ = -1;
  66. 56 :
  67. 57 : static const char* function__ = "modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace::modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1";
  68. 58 : (void) function__; // dummy to suppress unused var warning
  69. 59 : size_t pos__;
  70. 60 : (void) pos__; // dummy to suppress unused var warning
  71. 61 : std::vector<int> vals_i__;
  72. 62 : std::vector<double> vals_r__;
  73. 63 : local_scalar_t__ DUMMY_VAR__(std::numeric_limits<double>::quiet_NaN());
  74. 64 : (void) DUMMY_VAR__; // suppress unused var warning
  75. 65 :
  76. 66 : // initialize member variables
  77. 67 : try {
  78. 68 :
  79. 69 : // validate, data variables
  80. 70 : // initialize data variables
  81. 71 :
  82. 72 :
  83. 73 : // validate transformed data
  84. 74 :
  85. 75 : // validate, set parameter ranges
  86. 76 : num_params_r__ = 0U;
  87. 77 : param_ranges_i__.clear();
  88. 78 : current_statement_begin__ = 1;
  89. 79 : ++num_params_r__;
  90. 80 : } catch (const std::exception& e) {
  91. 81 : stan::lang::rethrow_located(e, current_statement_begin__, prog_reader__());
  92. 82 : // Next line prevents compiler griping about no return
  93. 83 : throw std::runtime_error("*** IF YOU SEE THIS, PLEASE REPORT A BUG ***");
  94. 84 : }
  95. 85 : }
  96. 86 :
  97. 87 : ~modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1() { }
  98. 88 :
  99. 89 :
  100. 90 : void transform_inits(const stan::io::var_context& context__,
  101. 91 : std::vector<int>& params_i__,
  102. 92 : std::vector<double>& params_r__,
  103. 93 : std::ostream* pstream__) const {
  104. 94 : stan::io::writer<double> writer__(params_r__,params_i__);
  105. 95 : size_t pos__;
  106. 96 : (void) pos__; // dummy call to supress warning
  107. 97 : std::vector<double> vals_r__;
  108. 98 : std::vector<int> vals_i__;
  109. 99 :
  110. 100 : if (!(context__.contains_r("theta")))
  111. 101 : throw std::runtime_error("variable theta missing");
  112. 102 : vals_r__ = context__.vals_r("theta");
  113. 103 : pos__ = 0U;
  114. 104 : context__.validate_dims("initialization", "theta", "double", context__.to_vec());
  115. 105 : double theta(0);
  116. 106 : theta = vals_r__[pos__++];
  117. 107 : try {
  118. 108 : writer__.scalar_unconstrain(theta);
  119. 109 : } catch (const std::exception& e) {
  120. 110 : throw std::runtime_error(std::string("Error transforming variable theta: ") + e.what());
  121. 111 : }
  122. 112 :
  123. 113 : params_r__ = writer__.data_r();
  124. 114 : params_i__ = writer__.data_i();
  125. 115 : }
  126. 116 :
  127. 117 : void transform_inits(const stan::io::var_context& context,
  128. 118 : Eigen::Matrix<double,Eigen::Dynamic,1>& params_r,
  129. 119 : std::ostream* pstream__) const {
  130. 120 : std::vector<double> params_r_vec;
  131. 121 : std::vector<int> params_i_vec;
  132. 122 : transform_inits(context, params_i_vec, params_r_vec, pstream__);
  133. 123 : params_r.resize(params_r_vec.size());
  134. 124 : for (int i = 0; i < params_r.size(); ++i)
  135. 125 : params_r(i) = params_r_vec[i];
  136. 126 : }
  137. 127 :
  138. 128 :
  139. 129 : template <bool propto__, bool jacobian__, typename T__>
  140. 130 : T__ log_prob(vector<T__>& params_r__,
  141. 131 : vector<int>& params_i__,
  142. 132 : std::ostream* pstream__ = 0) const {
  143. 133 :
  144. 134 : typedef T__ local_scalar_t__;
  145. 135 :
  146. 136 : local_scalar_t__ DUMMY_VAR__(std::numeric_limits<double>::quiet_NaN());
  147. 137 : (void) DUMMY_VAR__; // suppress unused var warning
  148. 138 :
  149. 139 : T__ lp__(0.0);
  150. 140 : stan::math::accumulator<T__> lp_accum__;
  151. 141 :
  152. 142 : try {
  153. 143 : // model parameters
  154. 144 : stan::io::reader<local_scalar_t__> in__(params_r__,params_i__);
  155. 145 :
  156. 146 : local_scalar_t__ theta;
  157. 147 : (void) theta; // dummy to suppress unused var warning
  158. 148 : if (jacobian__)
  159. 149 : theta = in__.scalar_constrain(lp__);
  160. 150 : else
  161. 151 : theta = in__.scalar_constrain();
  162. 152 :
  163. 153 :
  164. 154 : // transformed parameters
  165. 155 :
  166. 156 :
  167. 157 :
  168. 158 : // validate transformed parameters
  169. 159 :
  170. 160 : const char* function__ = "validate transformed params";
  171. 161 : (void) function__; // dummy to suppress unused var warning
  172. 162 :
  173. 163 : // model body
  174. 164 :
  175. 165 : } catch (const std::exception& e) {
  176. 166 : stan::lang::rethrow_located(e, current_statement_begin__, prog_reader__());
  177. 167 : // Next line prevents compiler griping about no return
  178. 168 : throw std::runtime_error("*** IF YOU SEE THIS, PLEASE REPORT A BUG ***");
  179. 169 : }
  180. 170 :
  181. 171 : lp_accum__.add(lp__);
  182. 172 : return lp_accum__.sum();
  183. 173 :
  184. 174 : } // log_prob()
  185. 175 :
  186. 176 : template <bool propto, bool jacobian, typename T_>
  187. 177 : T_ log_prob(Eigen::Matrix<T_,Eigen::Dynamic,1>& params_r,
  188. 178 : std::ostream* pstream = 0) const {
  189. 179 : std::vector<T_> vec_params_r;
  190. 180 : vec_params_r.reserve(params_r.size());
  191. 181 : for (int i = 0; i < params_r.size(); ++i)
  192. 182 : vec_params_r.push_back(params_r(i));
  193. 183 : std::vector<int> vec_params_i;
  194. 184 : return log_prob<propto,jacobian,T_>(vec_params_r, vec_params_i, pstream);
  195. 185 : }
  196. 186 :
  197. 187 :
  198. 188 : void get_param_names(std::vector<std::string>& names__) const {
  199. 189 : names__.resize(0);
  200. 190 : names__.push_back("theta");
  201. 191 : }
  202. 192 :
  203. 193 :
  204. 194 : void get_dims(std::vector<std::vector<size_t> >& dimss__) const {
  205. 195 : dimss__.resize(0);
  206. 196 : std::vector<size_t> dims__;
  207. 197 : dims__.resize(0);
  208. 198 : dimss__.push_back(dims__);
  209. 199 : }
  210. 200 :
  211. 201 : template <typename RNG>
  212. 202 : void write_array(RNG& base_rng__,
  213. 203 : std::vector<double>& params_r__,
  214. 204 : std::vector<int>& params_i__,
  215. 205 : std::vector<double>& vars__,
  216. 206 : bool include_tparams__ = true,
  217. 207 : bool include_gqs__ = true,
  218. 208 : std::ostream* pstream__ = 0) const {
  219. 209 : typedef double local_scalar_t__;
  220. 210 :
  221. 211 : vars__.resize(0);
  222. 212 : stan::io::reader<local_scalar_t__> in__(params_r__,params_i__);
  223. 213 : static const char* function__ = "modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace::write_array";
  224. 214 : (void) function__; // dummy to suppress unused var warning
  225. 215 : // read-transform, write parameters
  226. 216 : double theta = in__.scalar_constrain();
  227. 217 : vars__.push_back(theta);
  228. 218 :
  229. 219 : // declare and define transformed parameters
  230. 220 : double lp__ = 0.0;
  231. 221 : (void) lp__; // dummy to suppress unused var warning
  232. 222 : stan::math::accumulator<double> lp_accum__;
  233. 223 :
  234. 224 : local_scalar_t__ DUMMY_VAR__(std::numeric_limits<double>::quiet_NaN());
  235. 225 : (void) DUMMY_VAR__; // suppress unused var warning
  236. 226 :
  237. 227 : try {
  238. 228 :
  239. 229 :
  240. 230 :
  241. 231 : // validate transformed parameters
  242. 232 :
  243. 233 : // write transformed parameters
  244. 234 : if (include_tparams__) {
  245. 235 : }
  246. 236 : if (!include_gqs__) return;
  247. 237 : // declare and define generated quantities
  248. 238 :
  249. 239 :
  250. 240 :
  251. 241 : // validate generated quantities
  252. 242 :
  253. 243 : // write generated quantities
  254. 244 : } catch (const std::exception& e) {
  255. 245 : stan::lang::rethrow_located(e, current_statement_begin__, prog_reader__());
  256. 246 : // Next line prevents compiler griping about no return
  257. 247 : throw std::runtime_error("*** IF YOU SEE THIS, PLEASE REPORT A BUG ***");
  258. 248 : }
  259. 249 : }
  260. 250 :
  261. 251 : template <typename RNG>
  262. 252 : void write_array(RNG& base_rng,
  263. 253 : Eigen::Matrix<double,Eigen::Dynamic,1>& params_r,
  264. 254 : Eigen::Matrix<double,Eigen::Dynamic,1>& vars,
  265. 255 : bool include_tparams = true,
  266. 256 : bool include_gqs = true,
  267. 257 : std::ostream* pstream = 0) const {
  268. 258 : std::vector<double> params_r_vec(params_r.size());
  269. 259 : for (int i = 0; i < params_r.size(); ++i)
  270. 260 : params_r_vec[i] = params_r(i);
  271. 261 : std::vector<double> vars_vec;
  272. 262 : std::vector<int> params_i_vec;
  273. 263 : write_array(base_rng,params_r_vec,params_i_vec,vars_vec,include_tparams,include_gqs,pstream);
  274. 264 : vars.resize(vars_vec.size());
  275. 265 : for (int i = 0; i < vars.size(); ++i)
  276. 266 : vars(i) = vars_vec[i];
  277. 267 : }
  278. 268 :
  279. 269 : static std::string model_name() {
  280. 270 : return "modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1";
  281. 271 : }
  282. 272 :
  283. 273 :
  284. 274 : void constrained_param_names(std::vector<std::string>& param_names__,
  285. 275 : bool include_tparams__ = true,
  286. 276 : bool include_gqs__ = true) const {
  287. 277 : std::stringstream param_name_stream__;
  288. 278 : param_name_stream__.str(std::string());
  289. 279 : param_name_stream__ << "theta";
  290. 280 : param_names__.push_back(param_name_stream__.str());
  291. 281 :
  292. 282 : if (!include_gqs__ && !include_tparams__) return;
  293. 283 :
  294. 284 : if (include_tparams__) {
  295. 285 : }
  296. 286 :
  297. 287 :
  298. 288 : if (!include_gqs__) return;
  299. 289 : }
  300. 290 :
  301. 291 :
  302. 292 : void unconstrained_param_names(std::vector<std::string>& param_names__,
  303. 293 : bool include_tparams__ = true,
  304. 294 : bool include_gqs__ = true) const {
  305. 295 : std::stringstream param_name_stream__;
  306. 296 : param_name_stream__.str(std::string());
  307. 297 : param_name_stream__ << "theta";
  308. 298 : param_names__.push_back(param_name_stream__.str());
  309. 299 :
  310. 300 : if (!include_gqs__ && !include_tparams__) return;
  311. 301 :
  312. 302 : if (include_tparams__) {
  313. 303 : }
  314. 304 :
  315. 305 :
  316. 306 : if (!include_gqs__) return;
  317. 307 : }
  318. 308 :
  319. 309 : }; // model
  320. 310 :
  321. 311 : }
  322. 312 :
  323. 313 : typedef modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace::modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1 stan_model;
  324. 314 :
  325. 315 : #include <rstan/rstaninc.hpp>
  326. 316 : /**
  327. 317 : * Define Rcpp Module to expose stan_fit's functions to R.
  328. 318 : */
  329. 319 : RCPP_MODULE(stan_fit4modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_mod){
  330. 320 : Rcpp::class_<rstan::stan_fit<modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace::modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1,
  331. 321 : boost::random::ecuyer1988> >("stan_fit4modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1")
  332. 322 : // .constructor<Rcpp::List>()
  333. 323 : .constructor<SEXP, SEXP, SEXP>()
  334. 324 : // .constructor<SEXP, SEXP>()
  335. 325 : .method("call_sampler",
  336. 326 : &rstan::stan_fit<modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace::modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1, boost::random::ecuyer1988>::call_sampler)
  337. 327 : .method("param_names",
  338. 328 : &rstan::stan_fit<modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace::modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1, boost::random::ecuyer1988>::param_names)
  339. 329 : .method("param_names_oi",
  340. 330 : &rstan::stan_fit<modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace::modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1, boost::random::ecuyer1988>::param_names_oi)
  341. 331 : .method("param_fnames_oi",
  342. 332 : &rstan::stan_fit<modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace::modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1, boost::random::ecuyer1988>::param_fnames_oi)
  343. 333 : .method("param_dims",
  344. 334 : &rstan::stan_fit<modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace::modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1, boost::random::ecuyer1988>::param_dims)
  345. 335 : .method("param_dims_oi",
  346. 336 : &rstan::stan_fit<modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace::modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1, boost::random::ecuyer1988>::param_dims_oi)
  347. 337 : .method("update_param_oi",
  348. 338 : &rstan::stan_fit<modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace::modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1, boost::random::ecuyer1988>::update_param_oi)
  349. 339 : .method("param_oi_tidx",
  350. 340 : &rstan::stan_fit<modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace::modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1, boost::random::ecuyer1988>::param_oi_tidx)
  351. 341 : .method("grad_log_prob",
  352. 342 : &rstan::stan_fit<modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace::modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1, boost::random::ecuyer1988>::grad_log_prob)
  353. 343 : .method("log_prob",
  354. 344 : &rstan::stan_fit<modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace::modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1, boost::random::ecuyer1988>::log_prob)
  355. 345 : .method("unconstrain_pars",
  356. 346 : &rstan::stan_fit<modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace::modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1, boost::random::ecuyer1988>::unconstrain_pars)
  357. 347 : .method("constrain_pars",
  358. 348 : &rstan::stan_fit<modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace::modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1, boost::random::ecuyer1988>::constrain_pars)
  359. 349 : .method("num_pars_unconstrained",
  360. 350 : &rstan::stan_fit<modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace::modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1, boost::random::ecuyer1988>::num_pars_unconstrained)
  361. 351 : .method("unconstrained_param_names",
  362. 352 : &rstan::stan_fit<modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace::modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1, boost::random::ecuyer1988>::unconstrained_param_names)
  363. 353 : .method("constrained_param_names",
  364. 354 : &rstan::stan_fit<modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace::modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1, boost::random::ecuyer1988>::constrained_param_names)
  365. 355 : .method("standalone_gqs",
  366. 356 : &rstan::stan_fit<modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace::modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1, boost::random::ecuyer1988>::standalone_gqs)
  367. 357 : ;
  368. 358 : }
  369. 359 :
  370. 360 : // declarations
  371. 361 : extern "C" {
  372. 362 : SEXP filee4b82f993333( ) ;
  373. 363 : }
  374. 364 :
  375. 365 : // definition
  376. 366 :
  377. 367 : SEXP filee4b82f993333( ){
  378. 368 : return Rcpp::wrap("93a9e2036bfe1f95ff51d18d02ea73e1");
  379. 369 : }
  380. 370 :
  381. 371 :
  382. Compilation argument:
  383. /Library/Frameworks/R.framework/Resources/bin/R CMD SHLIB filee4b82f993333.cpp 2> filee4b82f993333.cpp.err.txt
  384. In file included from filee4b82f993333.cpp:8:
  385. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/src/stan/model/model_header.hpp:4:
  386. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math.hpp:4:
  387. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/mat.hpp:4:
  388. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/core.hpp:12:
  389. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/core/gevv_vvv_vari.hpp:5:
  390. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/core/var.hpp:7:
  391. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/BH/include/boost/math/tools/config.hpp:19:
  392. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/BH/include/boost/config/no_tr1/cmath.hpp:21:
  393. /usr/local/clang4/bin/../include/c++/v1/cmath:313:9: error: no member named 'signbit' in the global namespace
  394. using ::signbit;
  395. ~~^
  396. /usr/local/clang4/bin/../include/c++/v1/cmath:314:9: error: no member named 'fpclassify' in the global namespace
  397. using ::fpclassify;
  398. ~~^
  399. /usr/local/clang4/bin/../include/c++/v1/cmath:315:9: error: no member named 'isfinite' in the global namespace; did you mean 'finite'?
  400. using ::isfinite;
  401. ~~^
  402. /usr/include/math.h:749:12: note: 'finite' declared here
  403. extern int finite(double)
  404. ^
  405. In file included from filee4b82f993333.cpp:8:
  406. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/src/stan/model/model_header.hpp:4:
  407. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math.hpp:4:
  408. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/mat.hpp:4:
  409. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/core.hpp:12:
  410. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/core/gevv_vvv_vari.hpp:5:
  411. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/core/var.hpp:7:
  412. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/BH/include/boost/math/tools/config.hpp:19:
  413. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/BH/include/boost/config/no_tr1/cmath.hpp:21:
  414. /usr/local/clang4/bin/../include/c++/v1/cmath:316:9: error: no member named 'isinf' in the global namespace
  415. using ::isinf;
  416. ~~^
  417. /usr/local/clang4/bin/../include/c++/v1/cmath:317:9: error: no member named 'isnan' in the global namespace
  418. using ::isnan;
  419. ~~^
  420. /usr/local/clang4/bin/../include/c++/v1/cmath:318:9: error: no member named 'isnormal' in the global namespace
  421. using ::isnormal;
  422. ~~^
  423. /usr/local/clang4/bin/../include/c++/v1/cmath:319:7: error: no member named 'isgreater' in the global namespace; did you mean '::std::greater'?
  424. using ::isgreater;
  425. ^~
  426. /usr/local/clang4/bin/../include/c++/v1/functional:718:29: note: '::std::greater' declared here
  427. struct _LIBCPP_TEMPLATE_VIS greater : binary_function<_Tp, _Tp, bool>
  428. ^
  429. In file included from filee4b82f993333.cpp:8:
  430. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/src/stan/model/model_header.hpp:4:
  431. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math.hpp:4:
  432. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/mat.hpp:4:
  433. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/core.hpp:12:
  434. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/core/gevv_vvv_vari.hpp:5:
  435. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/core/var.hpp:7:
  436. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/BH/include/boost/math/tools/config.hpp:19:
  437. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/BH/include/boost/config/no_tr1/cmath.hpp:21:
  438. /usr/local/clang4/bin/../include/c++/v1/cmath:320:7: error: no member named 'isgreaterequal' in the global namespace; did you mean '::std::greater_equal'?
  439. using ::isgreaterequal;
  440. ^~
  441. /usr/local/clang4/bin/../include/c++/v1/functional:747:29: note: '::std::greater_equal' declared here
  442. struct _LIBCPP_TEMPLATE_VIS greater_equal : binary_function<_Tp, _Tp, bool>
  443. ^
  444. In file included from filee4b82f993333.cpp:8:
  445. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/src/stan/model/model_header.hpp:4:
  446. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math.hpp:4:
  447. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/mat.hpp:4:
  448. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/core.hpp:12:
  449. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/core/gevv_vvv_vari.hpp:5:
  450. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/core/var.hpp:7:
  451. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/BH/include/boost/math/tools/config.hpp:19:
  452. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/BH/include/boost/config/no_tr1/cmath.hpp:21:
  453. /usr/local/clang4/bin/../include/c++/v1/cmath:321:9: error: no member named 'isless' in the global namespace
  454. using ::isless;
  455. ~~^
  456. /usr/local/clang4/bin/../include/c++/v1/cmath:322:9: error: no member named 'islessequal' in the global namespace
  457. using ::islessequal;
  458. ~~^
  459. /usr/local/clang4/bin/../include/c++/v1/cmath:323:9: error: no member named 'islessgreater' in the global namespace
  460. using ::islessgreater;
  461. ~~^
  462. /usr/local/clang4/bin/../include/c++/v1/cmath:324:9: error: no member named 'isunordered' in the global namespace
  463. using ::isunordered;
  464. ~~^
  465. /usr/local/clang4/bin/../include/c++/v1/cmath:325:9: error: no member named 'isunordered' in the global namespace
  466. using ::isunordered;
  467. ~~^
  468. In file included from filee4b82f993333.cpp:8:
  469. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/src/stan/model/model_header.hpp:4:
  470. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math.hpp:4:
  471. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/mat.hpp:4:
  472. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/core.hpp:14:
  473. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/core/matrix_vari.hpp:4:
  474. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/mat/fun/Eigen_NumTraits.hpp:4:
  475. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:4:
  476. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/RcppEigen/include/Eigen/Dense:1:
  477. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/RcppEigen/include/Eigen/Core:368:
  478. /Library/Frameworks/R.framework/Versions/3.5/Resources/library/RcppEigen/include/Eigen/src/Core/MathFunctions.h:736:16: error: no member named 'isfinite' in namespace 'std'; did you mean 'finite'?
  479. using std::isfinite;
  480. ~~~~~^~~~~~~~
  481. finite
  482. /usr/local/clang4/bin/../include/c++/v1/cmath:315:9: note: 'finite' declared here
  483. using ::isfinite;
  484. ^
  485. In file included from filee4b82f993333.cpp:8:
  486. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/src/stan/model/model_header.hpp:4:
  487. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math.hpp:4:
  488. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/mat.hpp:4:
  489. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/core.hpp:14:
  490. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/core/matrix_vari.hpp:4:
  491. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/mat/fun/Eigen_NumTraits.hpp:4:
  492. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:4:
  493. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/RcppEigen/include/Eigen/Dense:1:
  494. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/RcppEigen/include/Eigen/Core:368:
  495. /Library/Frameworks/R.framework/Versions/3.5/Resources/library/RcppEigen/include/Eigen/src/Core/MathFunctions.h:751:16: error: no member named 'isinf' in namespace 'std'
  496. using std::isinf;
  497. ~~~~~^
  498. /Library/Frameworks/R.framework/Versions/3.5/Resources/library/RcppEigen/include/Eigen/src/Core/MathFunctions.h:766:16: error: no member named 'isnan' in namespace 'std'
  499. using std::isnan;
  500. ~~~~~^
  501. In file included from filee4b82f993333.cpp:8:
  502. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/src/stan/model/model_header.hpp:4:
  503. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math.hpp:4:
  504. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/mat.hpp:4:
  505. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/core.hpp:14:
  506. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/core/matrix_vari.hpp:4:
  507. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/mat/fun/Eigen_NumTraits.hpp:4:
  508. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:4:
  509. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/RcppEigen/include/Eigen/Dense:1:
  510. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/RcppEigen/include/Eigen/Core:531:
  511. /Library/Frameworks/R.framework/Versions/3.5/Resources/library/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:10:30: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  512. #pragma clang diagnostic pop
  513. ^
  514. In file included from filee4b82f993333.cpp:8:
  515. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/src/stan/model/model_header.hpp:4:
  516. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math.hpp:4:
  517. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/mat.hpp:4:
  518. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/core.hpp:14:
  519. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/core/matrix_vari.hpp:4:
  520. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/mat/fun/Eigen_NumTraits.hpp:4:
  521. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:4:
  522. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/RcppEigen/include/Eigen/Dense:2:
  523. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/RcppEigen/include/Eigen/LU:47:
  524. /Library/Frameworks/R.framework/Versions/3.5/Resources/library/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:10:30: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  525. #pragma clang diagnostic pop
  526. ^
  527. In file included from filee4b82f993333.cpp:8:
  528. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/src/stan/model/model_header.hpp:4:
  529. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math.hpp:4:
  530. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/mat.hpp:4:
  531. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/core.hpp:14:
  532. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/core/matrix_vari.hpp:4:
  533. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/mat/fun/Eigen_NumTraits.hpp:4:
  534. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:4:
  535. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/RcppEigen/include/Eigen/Dense:3:
  536. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/RcppEigen/include/Eigen/Cholesky:12:
  537. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/RcppEigen/include/Eigen/Jacobi:29:
  538. /Library/Frameworks/R.framework/Versions/3.5/Resources/library/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:10:30: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  539. #pragma clang diagnostic pop
  540. ^
  541. In file included from filee4b82f993333.cpp:8:
  542. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/src/stan/model/model_header.hpp:4:
  543. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math.hpp:4:
  544. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/mat.hpp:4:
  545. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/core.hpp:14:
  546. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/core/matrix_vari.hpp:4:
  547. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/mat/fun/Eigen_NumTraits.hpp:4:
  548. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:4:
  549. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/RcppEigen/include/Eigen/Dense:3:
  550. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/RcppEigen/include/Eigen/Cholesky:43:
  551. /Library/Frameworks/R.framework/Versions/3.5/Resources/library/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:10:30: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  552. #pragma clang diagnostic pop
  553. ^
  554. In file included from filee4b82f993333.cpp:8:
  555. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/src/stan/model/model_header.hpp:4:
  556. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math.hpp:4:
  557. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/mat.hpp:4:
  558. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/core.hpp:14:
  559. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/core/matrix_vari.hpp:4:
  560. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/mat/fun/Eigen_NumTraits.hpp:4:
  561. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:4:
  562. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/RcppEigen/include/Eigen/Dense:4:
  563. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/RcppEigen/include/Eigen/QR:17:
  564. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/RcppEigen/include/Eigen/Householder:27:
  565. /Library/Frameworks/R.framework/Versions/3.5/Resources/library/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:10:30: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  566. #pragma clang diagnostic pop
  567. ^
  568. In file included from filee4b82f993333.cpp:8:
  569. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/src/stan/model/model_header.hpp:4:
  570. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math.hpp:4:
  571. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/mat.hpp:4:
  572. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/core.hpp:14:
  573. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/core/matrix_vari.hpp:4:
  574. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/mat/fun/Eigen_NumTraits.hpp:4:
  575. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:4:
  576. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/RcppEigen/include/Eigen/Dense:5:
  577. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/RcppEigen/include/Eigen/SVD:48:
  578. /Library/Frameworks/R.framework/Versions/3.5/Resources/library/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:10:30: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  579. #pragma clang diagnostic pop
  580. ^
  581. In file included from filee4b82f993333.cpp:8:
  582. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/src/stan/model/model_header.hpp:4:
  583. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math.hpp:4:
  584. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/mat.hpp:4:
  585. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/core.hpp:14:
  586. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/core/matrix_vari.hpp:4:
  587. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/mat/fun/Eigen_NumTraits.hpp:4:
  588. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:4:
  589. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/RcppEigen/include/Eigen/Dense:6:
  590. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/RcppEigen/include/Eigen/Geometry:58:
  591. /Library/Frameworks/R.framework/Versions/3.5/Resources/library/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:10:30: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  592. #pragma clang diagnostic pop
  593. ^
  594. In file included from filee4b82f993333.cpp:8:
  595. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/src/stan/model/model_header.hpp:4:
  596. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math.hpp:4:
  597. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/mat.hpp:4:
  598. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/core.hpp:14:
  599. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/core/matrix_vari.hpp:4:
  600. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/mat/fun/Eigen_NumTraits.hpp:4:
  601. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:4:
  602. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/RcppEigen/include/Eigen/Dense:7:
  603. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/RcppEigen/include/Eigen/Eigenvalues:58:
  604. /Library/Frameworks/R.framework/Versions/3.5/Resources/library/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:10:30: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
  605. #pragma clang diagnostic pop
  606. ^
  607. In file included from filee4b82f993333.cpp:8:
  608. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/src/stan/model/model_header.hpp:4:
  609. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math.hpp:4:
  610. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/mat.hpp:4:
  611. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/core.hpp:16:
  612. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:7:
  613. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/prim/scal/fun/is_nan.hpp:4:
  614. /Library/Frameworks/R.framework/Versions/3.5/Resources/library/BH/include/boost/math/special_functions/fpclassify.hpp:155:12: error: no member named 'fpclassify' in namespace 'std'; did you mean simply 'fpclassify'?
  615. return (std::fpclassify)(t);
  616. ^~~~~~~~~~~~~~~
  617. fpclassify
  618. /Library/Frameworks/R.framework/Versions/3.5/Resources/library/BH/include/boost/math/special_functions/math_fwd.hpp:876:8: note: 'fpclassify' declared here
  619. int fpclassify BOOST_NO_MACRO_EXPAND(T t);
  620. ^
  621. In file included from filee4b82f993333.cpp:8:
  622. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/src/stan/model/model_header.hpp:4:
  623. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math.hpp:4:
  624. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/mat.hpp:4:
  625. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/core.hpp:16:
  626. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:7:
  627. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/prim/scal/fun/is_nan.hpp:4:
  628. /Library/Frameworks/R.framework/Versions/3.5/Resources/library/BH/include/boost/math/special_functions/fpclassify.hpp:314:17: error: no member named 'isfinite' in namespace 'std'; did you mean simply 'isfinite'?
  629. return (std::isfinite)(x);
  630. ^~~~~~~~~~~~~
  631. isfinite
  632. /Library/Frameworks/R.framework/Versions/3.5/Resources/library/BH/include/boost/math/special_functions/math_fwd.hpp:879:9: note: 'isfinite' declared here
  633. bool isfinite BOOST_NO_MACRO_EXPAND(T z);
  634. ^
  635. In file included from filee4b82f993333.cpp:8:
  636. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/src/stan/model/model_header.hpp:4:
  637. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math.hpp:4:
  638. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/mat.hpp:4:
  639. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/core.hpp:16:
  640. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:7:
  641. In file included from /Library/Frameworks/R.framework/Versions/3.5/Resources/library/StanHeaders/include/stan/math/prim/scal/fun/is_nan.hpp:4:
  642. /Library/Frameworks/R.framework/Versions/3.5/Resources/library/BH/include/boost/math/special_functions/fpclassify.hpp:385:17: error: no member named 'isnormal' in namespace 'std'; did you mean simply 'isnormal'?
  643. return (std::isnormal)(x);
  644. ^~~~~~~~~~~~~
  645. isnormal
  646. /Library/Frameworks/R.framework/Versions/3.5/Resources/library/BH/include/boost/math/special_functions/math_fwd.hpp:888:9: note: 'isnormal' declared here
  647. bool isnormal BOOST_NO_MACRO_EXPAND(T t);
  648. ^
  649. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  650. 8 warnings and 20 errors generated.
  651. make: *** [filee4b82f993333.o] Error 1
  652.  
  653. ERROR(s) during compilation: source code errors or compiler configuration errors!
  654.  
  655. Program source:
  656. 1:
  657. 2: // includes from the plugin
  658. 3: // [[Rcpp::plugins(cpp14)]]
  659. 4:
  660. 5: // user includes
  661. 6: #define STAN__SERVICES__COMMAND_HPP// Code generated by Stan version 2.18.0
  662. 7:
  663. 8: #include <stan/model/model_header.hpp>
  664. 9:
  665. 10: namespace modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace {
  666. 11:
  667. 12: using std::istream;
  668. 13: using std::string;
  669. 14: using std::stringstream;
  670. 15: using std::vector;
  671. 16: using stan::io::dump;
  672. 17: using stan::math::lgamma;
  673. 18: using stan::model::prob_grad;
  674. 19: using namespace stan::math;
  675. 20:
  676. 21: static int current_statement_begin__;
  677. 22:
  678. 23: stan::io::program_reader prog_reader__() {
  679. 24: stan::io::program_reader reader;
  680. 25: reader.add_event(0, 0, "start", "modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1");
  681. 26: reader.add_event(3, 1, "end", "modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1");
  682. 27: return reader;
  683. 28: }
  684. 29:
  685. 30: class modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1 : public prob_grad {
  686. 31: private:
  687. 32: public:
  688. 33: modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1(stan::io::var_context& context__,
  689. 34: std::ostream* pstream__ = 0)
  690. 35: : prob_grad(0) {
  691. 36: ctor_body(context__, 0, pstream__);
  692. 37: }
  693. 38:
  694. 39: modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1(stan::io::var_context& context__,
  695. 40: unsigned int random_seed__,
  696. 41: std::ostream* pstream__ = 0)
  697. 42: : prob_grad(0) {
  698. 43: ctor_body(context__, random_seed__, pstream__);
  699. 44: }
  700. 45:
  701. 46: void ctor_body(stan::io::var_context& context__,
  702. 47: unsigned int random_seed__,
  703. 48: std::ostream* pstream__) {
  704. 49: typedef double local_scalar_t__;
  705. 50:
  706. 51: boost::ecuyer1988 base_rng__ =
  707. 52: stan::services::util::create_rng(random_seed__, 0);
  708. 53: (void) base_rng__; // suppress unused var warning
  709. 54:
  710. 55: current_statement_begin__ = -1;
  711. 56:
  712. 57: static const char* function__ = "modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace::modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1";
  713. 58: (void) function__; // dummy to suppress unused var warning
  714. 59: size_t pos__;
  715. 60: (void) pos__; // dummy to suppress unused var warning
  716. 61: std::vector<int> vals_i__;
  717. 62: std::vector<double> vals_r__;
  718. 63: local_scalar_t__ DUMMY_VAR__(std::numeric_limits<double>::quiet_NaN());
  719. 64: (void) DUMMY_VAR__; // suppress unused var warning
  720. 65:
  721. 66: // initialize member variables
  722. 67: try {
  723. 68:
  724. 69: // validate, data variables
  725. 70: // initialize data variables
  726. 71:
  727. 72:
  728. 73: // validate transformed data
  729. 74:
  730. 75: // validate, set parameter ranges
  731. 76: num_params_r__ = 0U;
  732. 77: param_ranges_i__.clear();
  733. 78: current_statement_begin__ = 1;
  734. 79: ++num_params_r__;
  735. 80: } catch (const std::exception& e) {
  736. 81: stan::lang::rethrow_located(e, current_statement_begin__, prog_reader__());
  737. 82: // Next line prevents compiler griping about no return
  738. 83: throw std::runtime_error("*** IF YOU SEE THIS, PLEASE REPORT A BUG ***");
  739. 84: }
  740. 85: }
  741. 86:
  742. 87: ~modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1() { }
  743. 88:
  744. 89:
  745. 90: void transform_inits(const stan::io::var_context& context__,
  746. 91: std::vector<int>& params_i__,
  747. 92: std::vector<double>& params_r__,
  748. 93: std::ostream* pstream__) const {
  749. 94: stan::io::writer<double> writer__(params_r__,params_i__);
  750. 95: size_t pos__;
  751. 96: (void) pos__; // dummy call to supress warning
  752. 97: std::vector<double> vals_r__;
  753. 98: std::vector<int> vals_i__;
  754. 99:
  755. 100: if (!(context__.contains_r("theta")))
  756. 101: throw std::runtime_error("variable theta missing");
  757. 102: vals_r__ = context__.vals_r("theta");
  758. 103: pos__ = 0U;
  759. 104: context__.validate_dims("initialization", "theta", "double", context__.to_vec());
  760. 105: double theta(0);
  761. 106: theta = vals_r__[pos__++];
  762. 107: try {
  763. 108: writer__.scalar_unconstrain(theta);
  764. 109: } catch (const std::exception& e) {
  765. 110: throw std::runtime_error(std::string("Error transforming variable theta: ") + e.what());
  766. 111: }
  767. 112:
  768. 113: params_r__ = writer__.data_r();
  769. 114: params_i__ = writer__.data_i();
  770. 115: }
  771. 116:
  772. 117: void transform_inits(const stan::io::var_context& context,
  773. 118: Eigen::Matrix<double,Eigen::Dynamic,1>& params_r,
  774. 119: std::ostream* pstream__) const {
  775. 120: std::vector<double> params_r_vec;
  776. 121: std::vector<int> params_i_vec;
  777. 122: transform_inits(context, params_i_vec, params_r_vec, pstream__);
  778. 123: params_r.resize(params_r_vec.size());
  779. 124: for (int i = 0; i < params_r.size(); ++i)
  780. 125: params_r(i) = params_r_vec[i];
  781. 126: }
  782. 127:
  783. 128:
  784. 129: template <bool propto__, bool jacobian__, typename T__>
  785. 130: T__ log_prob(vector<T__>& params_r__,
  786. 131: vector<int>& params_i__,
  787. 132: std::ostream* pstream__ = 0) const {
  788. 133:
  789. 134: typedef T__ local_scalar_t__;
  790. 135:
  791. 136: local_scalar_t__ DUMMY_VAR__(std::numeric_limits<double>::quiet_NaN());
  792. 137: (void) DUMMY_VAR__; // suppress unused var warning
  793. 138:
  794. 139: T__ lp__(0.0);
  795. 140: stan::math::accumulator<T__> lp_accum__;
  796. 141:
  797. 142: try {
  798. 143: // model parameters
  799. 144: stan::io::reader<local_scalar_t__> in__(params_r__,params_i__);
  800. 145:
  801. 146: local_scalar_t__ theta;
  802. 147: (void) theta; // dummy to suppress unused var warning
  803. 148: if (jacobian__)
  804. 149: theta = in__.scalar_constrain(lp__);
  805. 150: else
  806. 151: theta = in__.scalar_constrain();
  807. 152:
  808. 153:
  809. 154: // transformed parameters
  810. 155:
  811. 156:
  812. 157:
  813. 158: // validate transformed parameters
  814. 159:
  815. 160: const char* function__ = "validate transformed params";
  816. 161: (void) function__; // dummy to suppress unused var warning
  817. 162:
  818. 163: // model body
  819. 164:
  820. 165: } catch (const std::exception& e) {
  821. 166: stan::lang::rethrow_located(e, current_statement_begin__, prog_reader__());
  822. 167: // Next line prevents compiler griping about no return
  823. 168: throw std::runtime_error("*** IF YOU SEE THIS, PLEASE REPORT A BUG ***");
  824. 169: }
  825. 170:
  826. 171: lp_accum__.add(lp__);
  827. 172: return lp_accum__.sum();
  828. 173:
  829. 174: } // log_prob()
  830. 175:
  831. 176: template <bool propto, bool jacobian, typename T_>
  832. 177: T_ log_prob(Eigen::Matrix<T_,Eigen::Dynamic,1>& params_r,
  833. 178: std::ostream* pstream = 0) const {
  834. 179: std::vector<T_> vec_params_r;
  835. 180: vec_params_r.reserve(params_r.size());
  836. 181: for (int i = 0; i < params_r.size(); ++i)
  837. 182: vec_params_r.push_back(params_r(i));
  838. 183: std::vector<int> vec_params_i;
  839. 184: return log_prob<propto,jacobian,T_>(vec_params_r, vec_params_i, pstream);
  840. 185: }
  841. 186:
  842. 187:
  843. 188: void get_param_names(std::vector<std::string>& names__) const {
  844. 189: names__.resize(0);
  845. 190: names__.push_back("theta");
  846. 191: }
  847. 192:
  848. 193:
  849. 194: void get_dims(std::vector<std::vector<size_t> >& dimss__) const {
  850. 195: dimss__.resize(0);
  851. 196: std::vector<size_t> dims__;
  852. 197: dims__.resize(0);
  853. 198: dimss__.push_back(dims__);
  854. 199: }
  855. 200:
  856. 201: template <typename RNG>
  857. 202: void write_array(RNG& base_rng__,
  858. 203: std::vector<double>& params_r__,
  859. 204: std::vector<int>& params_i__,
  860. 205: std::vector<double>& vars__,
  861. 206: bool include_tparams__ = true,
  862. 207: bool include_gqs__ = true,
  863. 208: std::ostream* pstream__ = 0) const {
  864. 209: typedef double local_scalar_t__;
  865. 210:
  866. 211: vars__.resize(0);
  867. 212: stan::io::reader<local_scalar_t__> in__(params_r__,params_i__);
  868. 213: static const char* function__ = "modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace::write_array";
  869. 214: (void) function__; // dummy to suppress unused var warning
  870. 215: // read-transform, write parameters
  871. 216: double theta = in__.scalar_constrain();
  872. 217: vars__.push_back(theta);
  873. 218:
  874. 219: // declare and define transformed parameters
  875. 220: double lp__ = 0.0;
  876. 221: (void) lp__; // dummy to suppress unused var warning
  877. 222: stan::math::accumulator<double> lp_accum__;
  878. 223:
  879. 224: local_scalar_t__ DUMMY_VAR__(std::numeric_limits<double>::quiet_NaN());
  880. 225: (void) DUMMY_VAR__; // suppress unused var warning
  881. 226:
  882. 227: try {
  883. 228:
  884. 229:
  885. 230:
  886. 231: // validate transformed parameters
  887. 232:
  888. 233: // write transformed parameters
  889. 234: if (include_tparams__) {
  890. 235: }
  891. 236: if (!include_gqs__) return;
  892. 237: // declare and define generated quantities
  893. 238:
  894. 239:
  895. 240:
  896. 241: // validate generated quantities
  897. 242:
  898. 243: // write generated quantities
  899. 244: } catch (const std::exception& e) {
  900. 245: stan::lang::rethrow_located(e, current_statement_begin__, prog_reader__());
  901. 246: // Next line prevents compiler griping about no return
  902. 247: throw std::runtime_error("*** IF YOU SEE THIS, PLEASE REPORT A BUG ***");
  903. 248: }
  904. 249: }
  905. 250:
  906. 251: template <typename RNG>
  907. 252: void write_array(RNG& base_rng,
  908. 253: Eigen::Matrix<double,Eigen::Dynamic,1>& params_r,
  909. 254: Eigen::Matrix<double,Eigen::Dynamic,1>& vars,
  910. 255: bool include_tparams = true,
  911. 256: bool include_gqs = true,
  912. 257: std::ostream* pstream = 0) const {
  913. 258: std::vector<double> params_r_vec(params_r.size());
  914. 259: for (int i = 0; i < params_r.size(); ++i)
  915. 260: params_r_vec[i] = params_r(i);
  916. 261: std::vector<double> vars_vec;
  917. 262: std::vector<int> params_i_vec;
  918. 263: write_array(base_rng,params_r_vec,params_i_vec,vars_vec,include_tparams,include_gqs,pstream);
  919. 264: vars.resize(vars_vec.size());
  920. 265: for (int i = 0; i < vars.size(); ++i)
  921. 266: vars(i) = vars_vec[i];
  922. 267: }
  923. 268:
  924. 269: static std::string model_name() {
  925. 270: return "modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1";
  926. 271: }
  927. 272:
  928. 273:
  929. 274: void constrained_param_names(std::vector<std::string>& param_names__,
  930. 275: bool include_tparams__ = true,
  931. 276: bool include_gqs__ = true) const {
  932. 277: std::stringstream param_name_stream__;
  933. 278: param_name_stream__.str(std::string());
  934. 279: param_name_stream__ << "theta";
  935. 280: param_names__.push_back(param_name_stream__.str());
  936. 281:
  937. 282: if (!include_gqs__ && !include_tparams__) return;
  938. 283:
  939. 284: if (include_tparams__) {
  940. 285: }
  941. 286:
  942. 287:
  943. 288: if (!include_gqs__) return;
  944. 289: }
  945. 290:
  946. 291:
  947. 292: void unconstrained_param_names(std::vector<std::string>& param_names__,
  948. 293: bool include_tparams__ = true,
  949. 294: bool include_gqs__ = true) const {
  950. 295: std::stringstream param_name_stream__;
  951. 296: param_name_stream__.str(std::string());
  952. 297: param_name_stream__ << "theta";
  953. 298: param_names__.push_back(param_name_stream__.str());
  954. 299:
  955. 300: if (!include_gqs__ && !include_tparams__) return;
  956. 301:
  957. 302: if (include_tparams__) {
  958. 303: }
  959. 304:
  960. 305:
  961. 306: if (!include_gqs__) return;
  962. 307: }
  963. 308:
  964. 309: }; // model
  965. 310:
  966. 311: }
  967. 312:
  968. 313: typedef modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace::modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1 stan_model;
  969. 314:
  970. 315: #include <rstan/rstaninc.hpp>
  971. 316: /**
  972. 317: * Define Rcpp Module to expose stan_fit's functions to R.
  973. 318: */
  974. 319: RCPP_MODULE(stan_fit4modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_mod){
  975. 320: Rcpp::class_<rstan::stan_fit<modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace::modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1,
  976. 321: boost::random::ecuyer1988> >("stan_fit4modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1")
  977. 322: // .constructor<Rcpp::List>()
  978. 323: .constructor<SEXP, SEXP, SEXP>()
  979. 324: // .constructor<SEXP, SEXP>()
  980. 325: .method("call_sampler",
  981. 326: &rstan::stan_fit<modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace::modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1, boost::random::ecuyer1988>::call_sampler)
  982. 327: .method("param_names",
  983. 328: &rstan::stan_fit<modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace::modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1, boost::random::ecuyer1988>::param_names)
  984. 329: .method("param_names_oi",
  985. 330: &rstan::stan_fit<modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace::modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1, boost::random::ecuyer1988>::param_names_oi)
  986. 331: .method("param_fnames_oi",
  987. 332: &rstan::stan_fit<modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace::modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1, boost::random::ecuyer1988>::param_fnames_oi)
  988. 333: .method("param_dims",
  989. 334: &rstan::stan_fit<modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace::modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1, boost::random::ecuyer1988>::param_dims)
  990. 335: .method("param_dims_oi",
  991. 336: &rstan::stan_fit<modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace::modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1, boost::random::ecuyer1988>::param_dims_oi)
  992. 337: .method("update_param_oi",
  993. 338: &rstan::stan_fit<modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace::modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1, boost::random::ecuyer1988>::update_param_oi)
  994. 339: .method("param_oi_tidx",
  995. 340: &rstan::stan_fit<modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace::modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1, boost::random::ecuyer1988>::param_oi_tidx)
  996. 341: .method("grad_log_prob",
  997. 342: &rstan::stan_fit<modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace::modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1, boost::random::ecuyer1988>::grad_log_prob)
  998. 343: .method("log_prob",
  999. 344: &rstan::stan_fit<modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace::modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1, boost::random::ecuyer1988>::log_prob)
  1000. 345: .method("unconstrain_pars",
  1001. 346: &rstan::stan_fit<modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace::modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1, boost::random::ecuyer1988>::unconstrain_pars)
  1002. 347: .method("constrain_pars",
  1003. 348: &rstan::stan_fit<modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace::modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1, boost::random::ecuyer1988>::constrain_pars)
  1004. 349: .method("num_pars_unconstrained",
  1005. 350: &rstan::stan_fit<modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace::modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1, boost::random::ecuyer1988>::num_pars_unconstrained)
  1006. 351: .method("unconstrained_param_names",
  1007. 352: &rstan::stan_fit<modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace::modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1, boost::random::ecuyer1988>::unconstrained_param_names)
  1008. 353: .method("constrained_param_names",
  1009. 354: &rstan::stan_fit<modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace::modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1, boost::random::ecuyer1988>::constrained_param_names)
  1010. 355: .method("standalone_gqs",
  1011. 356: &rstan::stan_fit<modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1_namespace::modele4b84ad9055d_93a9e2036bfe1f95ff51d18d02ea73e1, boost::random::ecuyer1988>::standalone_gqs)
  1012. 357: ;
  1013. 358: }
  1014. 359:
  1015. 360: // declarations
  1016. 361: extern "C" {
  1017. 362: SEXP filee4b82f993333( ) ;
  1018. 363: }
  1019. 364:
  1020. 365: // definition
  1021. 366:
  1022. 367: SEXP filee4b82f993333( ){
  1023. 368: return Rcpp::wrap("93a9e2036bfe1f95ff51d18d02ea73e1");
  1024. 369: }
  1025. 370:
  1026. 371:
Add Comment
Please, Sign In to add comment