Dear Forum, I added a logF distribution into runjags module, but i failed to compile it. This is my code in DLogf.h #ifndef DLOGF_H_ #define DLOGF_H_ // Checks the JAGS version and sets necessary macros: #include "../jagsversions.h" #ifndef INCLUDERSCALARDIST #include <distribution/RScalarDist.h> namespace jags { #else #include "jags/RScalarDist.h" #endif /* INCLUDERSCALARDIST */ namespace runjags { /** * <pre> * * </pre> * @short Normal distribution */ class DLogf : public RScalarDist { public:...
Dear Forum, I added a logF distribution into runjags module, but i failed to compile it. This is my code in DLogf.h #ifndef DLOGF_H_ #define DLOGF_H_ // Checks the JAGS version and sets necessary macros: #include "../jagsversions.h" #ifndef INCLUDERSCALARDIST #include <distribution/RScalarDist.h> namespace jags { #else #include "jags/RScalarDist.h" #endif /* INCLUDERSCALARDIST */ namespace runjags { /** * <pre> * * </pre> * @short Normal distribution */ class DLogf : public RScalarDist { public:...
my problem was solved by your suggestion in runjags forum. Thank you.
Dear Forum, I added a logF distribution into runjags module, but i failed to compile it. This is my code in DLogf.h #ifndef DLOGF_H_ #define DLOGF_H_ // Checks the JAGS version and sets necessary macros: #include "../jagsversions.h" #ifndef INCLUDERSCALARDIST #include <distribution/RScalarDist.h> namespace jags { #else #include "jags/RScalarDist.h" #endif /* INCLUDERSCALARDIST */ namespace runjags { /** * <pre> * * </pre> * @short Normal distribution */ class DLogf : public RScalarDist { public:...
Dear Forum, I added a logF distribution into runjags module, but i failed to compile it. This is my code in DLogf.h #ifndef DLOGF_H_ #define DLOGF_H_ // Checks the JAGS version and sets necessary macros: #include "../jagsversions.h" #ifndef INCLUDERSCALARDIST #include <distribution/RScalarDist.h> namespace jags { #else #include "jags/RScalarDist.h" #endif /* INCLUDERSCALARDIST */ namespace runjags { /** * <pre> * * </pre> * @short Normal distribution */ class DLogf : public RScalarDist { public:...
My problem was solved by your suggestion. Thank you.
Dear Forum, I added a logF distribution into runjags module, but i failed to compile it. This is my code in DLogf.h #ifndef DLOGF_H_ #define DLOGF_H_ // Checks the JAGS version and sets necessary macros: #include "../jagsversions.h" #ifndef INCLUDERSCALARDIST #include <distribution/RScalarDist.h> namespace jags { #else #include "jags/RScalarDist.h" #endif /* INCLUDERSCALARDIST */ namespace runjags { /** * <pre> * * </pre> * @short Normal distribution */ class DLogf : public RScalarDist { public:...
I have succesfully added log F distribution on JAGS trough runjags package. However, when I use this distribution, runjags (JAGS) do not report the DIC value. How to fixed this problem? Thank You FYI, I have posted this problem in runjags forum. https://sourceforge.net/p/runjags/forum/general/thread/d659e5b2/?limit=25#d0bc