1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 24, 2024 — Sep 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
DBin::q was calling pbinom, not qbinom More... over 18 years ago
DBin::q was calling pbinom, not qbinom More... over 18 years ago
Fix jags_finite for platforms where finite is a function in the standard namespace. More... almost 19 years ago
Fix jags_finite for platforms where finite is a function in the standard namespace. More... almost 19 years ago
Rebuild parser from yacc source after update More... almost 19 years ago
Rebuild parser from yacc source after update More... almost 19 years ago
Removing redundant references to header files <sarray/SArray.h> and More... almost 19 years ago
Removing redundant references to header files <sarray/SArray.h> and <sarray/Range.h> More... almost 19 years ago
Relax constraint that prob must sum to 1. More... almost 19 years ago
Relax constraint that prob must sum to 1. More... almost 19 years ago
Using JAGS_POSINF and JAGS_NEGINF in the modules instead of DBL_MAX. Moved parameter check inside StochasticNode::logLikelihood, and removed Sampler::checkParameterValues. More... almost 19 years ago
Using JAGS_POSINF and JAGS_NEGINF in the modules instead of DBL_MAX. More... almost 19 years ago
Added value checking after initialization with new Node::checkParentValues member function. Sampler::logFullConditional returns JAGS_NEGINF if parameters are out of range (since libRmath functions may return NaN). More... almost 19 years ago
Added value checking after initialization with new Node::checkParentValues More... almost 19 years ago
Missing files for IEEE arithmetic. More... almost 19 years ago
Missing files for IEEE arithmetic. More... almost 19 years ago
Using IEEE 754 arithmetic with new constants JAGS_POSINF and JAGS_NEGINF replacing previous use of +DBL_MAX and -DBL_MAX. New test functions jags_isnan and jags_finite are introduced for portability. More... almost 19 years ago
Using IEEE 754 arithmetic with new constants JAGS_POSINF and JAGS_NEGINF More... almost 19 years ago
Modified Makefiles in bugs module for Mac Os X, which does not use GNU libtool, and therefore does not accumulate dependencies from convenience libraries. More... almost 19 years ago
Modified Makefiles in bugs module for Mac Os X, which does not use More... almost 19 years ago
Updated MacOs X instructions from Bill Northcott (including Intel Mac instructions) More... almost 19 years ago
Order of compiler flags for linking against LAPACK is now the same as More... almost 19 years ago
Order of compiler flags for linking against LAPACK is now the same as the order specified in acx_lapack.m4 More... almost 19 years ago
Allow environment variable EXAMPLES to override makefile variable. More... almost 19 years ago
Fixed undefined symbol unif_rand in DDExp.cc in bugs module More... almost 19 years ago
Fixed undefined symbol unif_rand in DDExp.cc in bugs module More... almost 19 years ago
Patched acx_fortran.m4 for Mac Os X. Thanks to Bill Northcott. More... almost 19 years ago
Patched acx_fortran.m4 for Mac Os X. Thanks to Bill Northcott. More... almost 19 years ago
Patched acx_fortran.m4 for Mac Os X. Thanks to Bill Northcott. More... almost 19 years ago
Modifications to Sampler::adaptOff. Terminal interface turns of adaptive mode half way through first update. More... almost 19 years ago