Displaying 4 results from an estimated 4 matches for "griddy".
Did you mean:
gridd
2006 Jun 26
1
Griddy-Gibbs sampler
Hey everyone,
I have read the paper by Ritter and Tanner(1992) on Griddy-Gibbs sampler and I am trying to implement it in R without much luck. I was wondering if anyone had used this or could point me to any example code.
Thanks,
Liz
---------------------------------
[[alternative HTML version deleted]]
2009 Jan 26
0
AdMit version 1-01.01
...ows the
relevance of the adaptive mixture procedure through the Bayesian
estimation of a mixture of ARCH model fitted to foreign exchange
log-returns data. The methodology is compared to standard cases of
importance sampling and the Metropolis-Hastings algorithm using a naive
candidate and with the Griddy-Gibbs approach.
o creation of /doc folder with AdMitJSS.txt and AdMitRnews.txt files
(the R codes used for JSS and Rnews papers).
o CITATION file simplified.
o 'coda' package is now Suggests
REFERENCES
Ardia D, Hoogerheide LF, van Dijk HK (2008). AdMit: Adaptive Mixture of
Student-t Di...
2009 Jan 26
0
AdMit version 1-01.01
...ows the
relevance of the adaptive mixture procedure through the Bayesian
estimation of a mixture of ARCH model fitted to foreign exchange
log-returns data. The methodology is compared to standard cases of
importance sampling and the Metropolis-Hastings algorithm using a naive
candidate and with the Griddy-Gibbs approach.
o creation of /doc folder with AdMitJSS.txt and AdMitRnews.txt files
(the R codes used for JSS and Rnews papers).
o CITATION file simplified.
o 'coda' package is now Suggests
REFERENCES
Ardia D, Hoogerheide LF, van Dijk HK (2008). AdMit: Adaptive Mixture of
Student-t Di...
2009 Jan 28
2
t.test in a loop
Hi All,
I've been having a little trouble with creating a loop that will run a a
series of t.tests for inspection,
Below is the code i've tried, and some checks i've looked at.
I've used the get(paste()) idea as i was told previously that the use of the
eval should try and be avoided.
I've run a single syntax to check that my systax is correct and works
without any problems