Skip to content

Commit ca05a21

Browse files
authored
Add files via upload
1 parent 94109ab commit ca05a21

3 files changed

+2534
-10
lines changed

Interactive_Confidence_Interval.ipynb

+9-10
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
" barlist = plt.bar(labels,draw, edgecolor = \"black\", linewidth = 3, alpha = 0.4); plt.title('Realization #' + str(i+1),zorder = 1) \n",
206206
" barlist[0].set_color('r'); barlist[1].set_color('g')\n",
207207
" \n",
208-
" plt.subplots_adjust(left=0.0, bottom=0.0, right=2.0, top=1.2 * nrows, wspace=0.2, hspace=0.2)\n",
208+
" plt.subplots_adjust(left=0.0, bottom=0.0, right=2.0, top=0.8 * nrows, wspace=0.2, hspace=0.2)\n",
209209
" plt.show()\n",
210210
"\n",
211211
"def make_data(a, b, c): # function to check parameters and make sample \n",
@@ -254,7 +254,7 @@
254254
{
255255
"data": {
256256
"application/vnd.jupyter.widget-view+json": {
257-
"model_id": "6aafd26b516a4645b83ff053f8886a21",
257+
"model_id": "018717ecbe4a4977a09758ccfce33737",
258258
"version_major": 2,
259259
"version_minor": 0
260260
},
@@ -268,7 +268,7 @@
268268
{
269269
"data": {
270270
"application/vnd.jupyter.widget-view+json": {
271-
"model_id": "bd983e6dda0749328059cc0c6560ce02",
271+
"model_id": "f937e537e233447e9772e84141f899e8",
272272
"version_major": 2,
273273
"version_minor": 0
274274
},
@@ -301,7 +301,7 @@
301301
},
302302
{
303303
"cell_type": "code",
304-
"execution_count": 67,
304+
"execution_count": 4,
305305
"metadata": {},
306306
"outputs": [],
307307
"source": [
@@ -353,11 +353,10 @@
353353
" patch.set_color(color)\n",
354354
" \n",
355355
"\n",
356-
" #ax1.set_ylim(0,a + b)\n",
357-
" ax1.set_ylim(0,40)\n",
356+
" ax1.set_ylim(0,a + b)\n",
358357
" ax1.grid(zorder=0, color='black', axis = 'y', alpha = 0.2)\n",
359358
" ax1.set_ylabel('Frequency'); ax1.set_xlabel('Balls Drawn');ax1.set_title('Bootstrap Frequency Distributions')\n",
360-
" ax1.set_yticks(np.arange(0,40 + 1,5))\n",
359+
" ax1.set_yticks(np.arange(0,a+b + 1,5))\n",
361360
" \n",
362361
" ax2 = fig.add_subplot(gs[0, 1])\n",
363362
" ax2.hist(prop_red,cumulative = True, density = True, alpha=0.2,color=\"red\",edgecolor=\"black\", bins = np.linspace(0,1,50), label = 'Bootstrap')\n",
@@ -478,13 +477,13 @@
478477
},
479478
{
480479
"cell_type": "code",
481-
"execution_count": 68,
480+
"execution_count": 5,
482481
"metadata": {},
483482
"outputs": [
484483
{
485484
"data": {
486485
"application/vnd.jupyter.widget-view+json": {
487-
"model_id": "e08f49eb7a8648e5b9720da092a2ed5f",
486+
"model_id": "e8a9ccb988bd44fa8cc1c75c05efd9a4",
488487
"version_major": 2,
489488
"version_minor": 0
490489
},
@@ -498,7 +497,7 @@
498497
{
499498
"data": {
500499
"application/vnd.jupyter.widget-view+json": {
501-
"model_id": "83babc782cec45df89a0d077fadef2a5",
500+
"model_id": "65fbd26751604146ad1b4d567d5e1bf8",
502501
"version_major": 2,
503502
"version_minor": 0
504503
},

SubsurfaceDataAnalytics_ConditionalGenerativeAdversarialNetwork.ipynb

+1,705
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)