These low level functions can be used to set begin, end, and thinning of chains as well as the first/last chain of the stored sample.
samplesSetBeg(begIt)
samplesSetEnd(endIt)
samplesSetThin(thin)
samplesSetFirstChain(first)
samplesSetLastChain(last)
First iteration of the stored sample used for calculating statistics.
Last iteration of the stored sample used for calculating statistics.
Every thin
-th iteration of each chain is used to contribute to the statistics being calculated.
First/last chain of the stored sample used for calculating statistics.
samplesSetBeg
sets the first iteration of the stored sample used for calculating statistics to begIt
.
samplesSetEnd
sets the last iteration of the stored sample used for calculating statistics to endIt
.
samplesSetThin
sets the numerical field used to select every thin
-th iteration of
each chain to contribute to the statistics being calculated.
samplesSetFirstChain
is used to set the first chain of the stored sample used for
calculating statistics to be first
.
samplesSetLastChain
is used to set the last chain of the stored sample used for calculating
statistics to be last
.
BRugs
, help.WinBUGS