User Activity

  • Posted a comment on ticket #66 on JAGS: Just Another Gibbs Sampler

    C++20 has basic_string::starts_with and basic_string::ends_with but I would rather stick with C++11 for now.

  • Posted a comment on ticket #66 on JAGS: Just Another Gibbs Sampler

    This seems to be a compiler bug which I can't reproduce. I agree that this code could be strengthened so I have committed a fix which avoids the casual use of string::npos and includes length checks: //starts with "loo_" return stat.length() >= 4 && stat.compare(0, 4, "loo_") == 0; and //ends with "_total" return stat.length() >= 6 && stat.compare(stat.length() - 6, 6, "_total") == 0;

  • Committed [e6deaf] on Code

    Fix for ticket 66

  • Posted a comment on ticket #66 on JAGS: Just Another Gibbs Sampler

    Thanks Yu-Sung. I am currently unable to reproduce the bug. Can you please described the compilation options you used?

  • Committed [b22bdb] on Code

    Adding elliptical slice sampler from Marcel Jonker

  • Committed [353a32] on Code

    Fix delayed rejection bug. Thanks to Marcel Jonker.

  • Committed [e3d54c] on Code

    Drop autoconf prerequisite to 2.71 for Ubuntu 24.04

  • Committed [9b3329] on prototype

    Fix delayed rejection bug. Thanks to Marcel Jonker.

View All

Personal Data

Username:
martyn_plummer
Joined:
2006-07-04 08:37:02

Projects

This is a list of open source software projects that Martyn Plummer is associated with:

Personal Tools

Monday.com Logo