Description Usage Arguments Value Author(s) References
This function builds an auxiliary parameter set for parameter phi, following the process discussed in Liang et al. (2016). The idea is to run a MCMC chain for phi only, then select a set of values from the samples of phi which represents the support of distribution p(phi|Z).
1 | BuildNewPhi0(numrun=1000,burnin=500,numsel=100,CutModel)
|
numrun |
The number of iterations of the MCMC chain for phi |
burnin |
The number of samples that are removed |
numsel |
The number of auxiliary parameter phi_0 selected |
CutModel |
The cut model used, it is an output of function CutModel(). |
A .CSV file which contains auxiliary parameter phi_0 is produced at current path.
Yang Liu
Liang, F., I. H. Jin, Q. Song, and J. S. Liu (2016). An Adaptive Exchange Algorithm for Sampling from Distributions with Intractable Normalizing Constants. Journal of the American Statistical Association 111 (513), 377-393.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.