Description Usage Arguments Value Author(s) References
This function loads an existing auxiliary parameter set from a .CSV file at current path. It then selects a smaller auxiliary parameter set from it based on the Max-Min procedure introduced in Liang et al. (2016). Before using this function, please make sure your have removed all column name and row name in your .CSV file!
1 | LoadNewPhi0(numsel=100,filename="PhiC.csv",CutModel)
|
numsel |
The number of auxiliary parameter phi_0 selected |
filename |
The name of the .CSV file which contains the existing auxiliary parameter set. Please make sure your have removed all column name and row name in your .CSV file! |
CutModel |
The cut model used, it is an output of function CutModel(). |
An auxiliary parameter set phi_0.
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.