simLangevin | R Documentation |
Simulates the LangevinGibbs routine.
simLangevin(
n = 300,
K = 15,
scenario = 1,
S = 500,
chainlength = 1500,
burn = 500,
exactrep = FALSE,
simnum = NULL
)
n |
Sample size. |
K |
Number of B-spline basis functions. |
scenario |
Either 1 or 2. |
S |
Total number of replications. |
chainlength |
The length of the MCMC chain. |
burn |
Burnin length. |
exactrep |
Exactly replicate results. |
simnum |
A seed for reproducibility. |
Oswaldo Gressani oswaldo_gressani@hotmail.fr .
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.