Skip to content

Commit 73ca565

Browse files
committed
Deploying to gh-pages from @ 1ffc4f4 🚀
1 parent 6f72e72 commit 73ca565

43 files changed

Lines changed: 542 additions & 542 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

dev/articles/SBC.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/articles/external.html

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/articles/external.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -247,12 +247,12 @@ stan_model(model_code = mc, model_name = "external", allow_undefined = TRUE,
247247

248248
## Error in `compileCode()`:
249249
## ! int Option = 0; Scalar = double]’
250-
## /home/runner/work/_temp/Library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:0: required from ‘double stan::mcmc::dense_e_metric<Model, BaseRNG>::T(stan::mcmc::dense_e_point&) [with Model = model29bf22eb0b3c_external_namespace::model29bf22eb0b3c_external; BaseRNG = boost::random::mixmax_engine<17, 36, 0>]’
250+
## /home/runner/work/_temp/Library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:0: required from ‘double stan::mcmc::dense_e_metric<Model, BaseRNG>::T(stan::mcmc::dense_e_point&) [with Model = model27db75873e84_external_namespace::model27db75873e84_external; BaseRNG = boost::random::mixmax_engine<17, 36, 0>]’
251251
## /home/runner/work/_temp/Library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:0: required from here
252252
## /home/runner/work/_temp/Library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits<double>::type’ {aka ‘__m128d’} [-Wignored-attributes]
253253
## 654 | return internal::first_aligned<int(unpacket_traits<DefaultPacketType>::alignment),Derived>(m);
254254
## | ^~~~~~~~~
255-
## make: *** [/opt/R/4.5.2/lib/R/etc/Makeconf:211: file29bf529e2f74.o] Error 1
255+
## make: *** [/opt/R/4.5.2/lib/R/etc/Makeconf:211: file27db6da18e09.o] Error 1
256256

257257
## Error in `sink()`:
258258
## ! invalid connection
@@ -303,19 +303,19 @@ try(readLines(stanc(model_code = mc, allow_undefined = TRUE)$cppcode))
303303
## #endif
304304
## // Code generated by stanc v2.38.0-21-g9157643
305305
## #include <stan/model/model_header.hpp>
306-
## namespace model29bf7338858b_file29bf68a186e2_namespace {
306+
## namespace model27db1ea4959e_file27db1ade4760_namespace {
307307
## using stan::model::model_base_crtp;
308308
## using namespace stan::math;
309309
## stan::math::profile_map profiles__;
310310
## static constexpr std::array<const char*, 2> locations_array__ =
311311
## {" (found before start of program)",
312-
## " (in 'file29bf68a186e2', line 2, column 19 to column 45)"};
313-
## class model29bf7338858b_file29bf68a186e2 final : public model_base_crtp<model29bf7338858b_file29bf68a186e2> {
312+
## " (in 'file27db1ade4760', line 2, column 19 to column 45)"};
313+
## class model27db1ea4959e_file27db1ade4760 final : public model_base_crtp<model27db1ea4959e_file27db1ade4760> {
314314
## private:
315315
## double sinc_pi;
316316
## public:
317-
## ~model29bf7338858b_file29bf68a186e2() {}
318-
## model29bf7338858b_file29bf68a186e2(stan::io::var_context& context__,
317+
## ~model27db1ea4959e_file27db1ade4760() {}
318+
## model27db1ea4959e_file27db1ade4760(stan::io::var_context& context__,
319319
## unsigned int random_seed__ = 0,
320320
## std::ostream* pstream__ = nullptr)
321321
## : model_base_crtp(0) {
@@ -327,19 +327,19 @@ try(readLines(stanc(model_code = mc, allow_undefined = TRUE)$cppcode))
327327
## #endif
328328
## // Code generated by stanc v2.38.0-21-g9157643
329329
## #include <stan/model/model_header.hpp>
330-
## namespace model29bf7338858b_file29bf68a186e2_namespace {
330+
## namespace model27db1ea4959e_file27db1ade4760_namespace {
331331
## using stan::model::model_base_crtp;
332332
## using namespace stan::math;
333333
## stan::math::profile_map profiles__;
334334
## static constexpr std::array<const char*, 2> locations_array__ =
335335
## {" (found before start of program)",
336-
## " (in 'file29bf68a186e2', line 2, column 19 to column 45)"};
337-
## class model29bf7338858b_file29bf68a186e2 final : public model_base_crtp<model29bf7338858b_file29bf68a186e2> {
336+
## " (in 'file27db1ade4760', line 2, column 19 to column 45)"};
337+
## class model27db1ea4959e_file27db1ade4760 final : public model_base_crtp<model27db1ea4959e_file27db1ade4760> {
338338
## private:
339339
## double sinc_pi;
340340
## public:
341-
## ~model29bf7338858b_file29bf68a186e2() {}
342-
## model29bf7338858b_file29bf68a186e2(stan::io::var_context& context__,
341+
## ~model27db1ea4959e_file27db1ade4760() {}
342+
## model27db1ea4959e_file27db1ade4760(stan::io::var_context& context__,
343343
## unsigned int random_seed__ = 0,
344344
## std::ostream* pstream__ = nullptr)
345345
## : model_base_crtp(0) {
@@ -351,19 +351,19 @@ try(readLines(stanc(model_code = mc, allow_undefined = TRUE)$cppcode))
351351
## #endif
352352
## // Code generated by stanc v2.38.0-21-g9157643
353353
## #include <stan/model/model_header.hpp>
354-
## namespace model29bf7338858b_file29bf68a186e2_namespace {
354+
## namespace model27db1ea4959e_file27db1ade4760_namespace {
355355
## using stan::model::model_base_crtp;
356356
## using namespace stan::math;
357357
## stan::math::profile_map profiles__;
358358
## static constexpr std::array<const char*, 2> locations_array__ =
359359
## {" (found before start of program)",
360-
## " (in 'file29bf68a186e2', line 2, column 19 to column 45)"};
361-
## class model29bf7338858b_file29bf68a186e2 final : public model_base_crtp<model29bf7338858b_file29bf68a186e2> {
360+
## " (in 'file27db1ade4760', line 2, column 19 to column 45)"};
361+
## class model27db1ea4959e_file27db1ade4760 final : public model_base_crtp<model27db1ea4959e_file27db1ade4760> {
362362
## private:
363363
## double sinc_pi;
364364
## public:
365-
## ~model29bf7338858b_file29bf68a186e2() {}
366-
## model29bf7338858b_file29bf68a186e2(stan::io::var_context& context__,
365+
## ~model27db1ea4959e_file27db1ade4760() {}
366+
## model27db1ea4959e_file27db1ade4760(stan::io::var_context& context__,
367367
## unsigned int random_seed__ = 0,
368368
## std::ostream* pstream__ = nullptr)
369369
## : model_base_crtp(0) {

dev/articles/rstan.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/articles/rstan.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ print(fit1, pars=c("theta", "mu", "tau", "lp__"), probs=c(.1,.5,.9))
301301
tau 6.29 0.15 5.37 0.91 5.09 13.12 1372 1
302302
lp__ -39.67 0.07 2.68 -43.19 -39.43 -36.53 1352 1
303303

304-
Samples were drawn using NUTS(diag_e) at Thu Jan 29 11:08:19 2026.
304+
Samples were drawn using NUTS(diag_e) at Mon Feb 9 21:29:06 2026.
305305
For each parameter, n_eff is a crude measure of effective sample size,
306306
and Rhat is the potential scale reduction factor on split chains (at
307307
convergence, Rhat=1).
@@ -443,7 +443,7 @@ print(fit1, pars = c("mu", "tau"))
443443
mu 8.10 0.11 5.06 -1.43 4.92 7.90 11.30 18.38 2265 1
444444
tau 6.29 0.15 5.37 0.20 2.36 5.09 8.85 19.14 1372 1
445445

446-
Samples were drawn using NUTS(diag_e) at Thu Jan 29 11:08:19 2026.
446+
Samples were drawn using NUTS(diag_e) at Mon Feb 9 21:29:06 2026.
447447
For each parameter, n_eff is a crude measure of effective sample size,
448448
and Rhat is the potential scale reduction factor on split chains (at
449449
convergence, Rhat=1).

0 commit comments

Comments
 (0)