Skip to content

Commit 87fd9ba

Browse files
committed
data and MLE for MCMC
1 parent f767445 commit 87fd9ba

File tree

4 files changed

+764
-832
lines changed

4 files changed

+764
-832
lines changed

mhmcmc.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ t = data[:, 1]
439439
odedata = data[:, 2]
440440
const period = t[end]
441441

442-
initialGuess = [0.9944813719912906, 0.9966491528187934, 0.9757685706591276, 1.5]
442+
initialGuess = [0.9928352900005553, 0.9960647494348314, 0.9734045210983941, 1.5]
443443
# Run MCMC
444444
numSamples = 1000*length(initialGuess)*10 # 1000 samples per parameter before adaption (10% of the samples)
445445
mcmc(100, solver, initialGuess, prob, odedata, paramMap, start, false, verbose)

0 commit comments

Comments
 (0)