Description Usage Arguments Value Author(s) References See Also
This function executes the main loop of the MCMC simulation, making the different moves and recording samples.
1 | main(X, Y, initiation, GLOBvar, HYPERvar)
|
X |
Input response data. |
Y |
Input target data. |
initiation |
Initialisation of the MCMC simulation, as obtained by
function |
GLOBvar |
Global variables of the MCMC simulation. |
HYPERvar |
Hyperparameter variables. |
Returns a list with the following elements:
counters |
List containing the different move counters for the number of times moves have been proposed and accepted. |
listStock |
List containing the recorded samples for the networks, changepoints and hyperparameters |
Sophie Lebre
Frank Dondelinger
For more information about the MCMC simulations, see:
Dondelinger et al. (2012), "Non-homogeneous dynamic Bayesian networks with Bayesian regularization for inferring gene regulatory networks with gradually time-varying structure", Machine Learning.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.