Skip to content
Snippets Groups Projects
Commit 2bf77d55 authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Updates directed MCMC results

parent 0e89feb6
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -31,8 +31,7 @@ VF0 = VF1 = 100
DeltaF0 = VF0 * np.sqrt(3)/(np.pi*Tspan)
DeltaF1 = VF1 * np.sqrt(45/4.)/(np.pi*Tspan**2)
depths = np.linspace(100, 400, 7)
depths = [125, 175]
depths = np.linspace(100, 400, 9)
nsteps = 20
run_setup = [((nsteps, 0), 20, False),
......@@ -41,10 +40,7 @@ run_setup = [((nsteps, 0), 20, False),
((nsteps, nsteps), 1, False)]
for depth in depths:
startTime = time.time()
h0 = sqrtSX / float(depth)
r = np.random.uniform(0, 1)
theta = np.random.uniform(0, 2*np.pi)
F0 = F0_center + np.random.uniform(-0.5, 0.5)*DeltaF0
F1 = F1_center + np.random.uniform(-0.5, 0.5)*DeltaF1
......@@ -60,6 +56,7 @@ for depth in depths:
data.make_data()
predicted_twoF = data.predict_fstat()
startTime = time.time()
theta_prior = {'F0': {'type': 'unif',
'lower': F0-DeltaF0/2.,
'upper': F0+DeltaF0/2.},
......
......@@ -71,3 +71,10 @@ ax.legend(loc=1, frameon=False)
fig.tight_layout()
fig.savefig('directed_recovery.png')
fig, ax = plt.subplots()
ax.hist(df.runTime, bins=50)
ax.set_xlabel('runTime per follow-up [s]')
fig.savefig('runTimeHist.png')
......@@ -7,6 +7,6 @@ Output=CollectedOutput/out.$(Process)
Error=CollectedOutput/err.$(Process)
Log=CollectedOutput/log.$(Process)
request_cpus = 1
request_memory = 16 GB
request_memory = 8 GB
Queue 100
Queue 400
Paper/directed_recovery.png

50.2 KiB | W: | H:

Paper/directed_recovery.png

49.9 KiB | W: | H:

Paper/directed_recovery.png
Paper/directed_recovery.png
Paper/directed_recovery.png
Paper/directed_recovery.png
  • 2-up
  • Swipe
  • Onion skin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment