Displaying 1 result from an estimated 1 matches for "newprior".
Did you mean:
new_prio
2017 Jul 23
1
BayesianTools update prior
...(sampleMatrix = predDistr,
quantiles = quantiles)
I suspect lower and upper bounds on the parameters are not being enforced leading to a negative standard deviation being passed to rnorm?.
Any suggestions on how to proceed would be welcome.
Code:
#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,
pri...