search for: createbayesiansetup

Displaying 1 result from an estimated 1 matches for "createbayesiansetup".

2017 Jul 23
1
BayesianTools update prior
...ode: #run the example in ?VSEM first then: newPrior = createPriorDensity(out, method = "multivariate", eps = 1e-10, lower = refPars$lower[parSel], upper = refPars$upper[parSel]) bayesianSetup <- createBayesianSetup(likelihood = likelihood, prior = newPrior, names = rownames(refPars)[parSel] ) out <- runMCMC(bayesianSetup = bayesianSetup, settings = settings) plotTimeSeriesResults(sampler = out, model = createPredictions, observed = obs,...