Skip to content

Commit 94109ab

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

6 files changed

+845
-511
lines changed

GeostatsPy_kriging.ipynb

+107-106
Large diffs are not rendered by default.

GeostatsPy_simulation_postsim.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"</p>\n",
1111
"\n",
1212
"\n",
13-
" ## 2D Realization Post-processing in Python for Engineers and Geoscientists \n",
13+
"### 2D Realization Post-processing in Python for Engineers and Geoscientists \n",
1414
"\n",
1515
"### with GSLIB's SGSIM and POSTSIM Program Converted to Python\n",
1616
"\n",
@@ -1105,7 +1105,7 @@
11051105
"name": "python",
11061106
"nbconvert_exporter": "python",
11071107
"pygments_lexer": "ipython3",
1108-
"version": "3.6.5"
1108+
"version": "3.7.6"
11091109
}
11101110
},
11111111
"nbformat": 4,

Interactive_Bootstrap_Simple.ipynb

+11-11
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
},
103103
{
104104
"cell_type": "code",
105-
"execution_count": 14,
105+
"execution_count": 1,
106106
"metadata": {},
107107
"outputs": [],
108108
"source": [
@@ -143,7 +143,7 @@
143143
},
144144
{
145145
"cell_type": "code",
146-
"execution_count": 15,
146+
"execution_count": 2,
147147
"metadata": {},
148148
"outputs": [],
149149
"source": [
@@ -222,15 +222,15 @@
222222
},
223223
{
224224
"cell_type": "code",
225-
"execution_count": 16,
225+
"execution_count": 3,
226226
"metadata": {
227227
"scrolled": false
228228
},
229229
"outputs": [
230230
{
231231
"data": {
232232
"application/vnd.jupyter.widget-view+json": {
233-
"model_id": "61b84760daa240db843cf1bb19380871",
233+
"model_id": "e3e8e7ee4b314a638da97c0198319b39",
234234
"version_major": 2,
235235
"version_minor": 0
236236
},
@@ -244,7 +244,7 @@
244244
{
245245
"data": {
246246
"application/vnd.jupyter.widget-view+json": {
247-
"model_id": "9502624ebee944519efdd82662508833",
247+
"model_id": "6411dddbb8e8460798075a818c2668d7",
248248
"version_major": 2,
249249
"version_minor": 0
250250
},
@@ -277,7 +277,7 @@
277277
},
278278
{
279279
"cell_type": "code",
280-
"execution_count": 22,
280+
"execution_count": 4,
281281
"metadata": {},
282282
"outputs": [],
283283
"source": [
@@ -370,13 +370,13 @@
370370
},
371371
{
372372
"cell_type": "code",
373-
"execution_count": 23,
373+
"execution_count": 5,
374374
"metadata": {},
375375
"outputs": [
376376
{
377377
"data": {
378378
"application/vnd.jupyter.widget-view+json": {
379-
"model_id": "fe87d74607da418aba90d9b29885bb5c",
379+
"model_id": "567f8f1d2b9d4bb48264e6420a694ceb",
380380
"version_major": 2,
381381
"version_minor": 0
382382
},
@@ -390,12 +390,12 @@
390390
{
391391
"data": {
392392
"application/vnd.jupyter.widget-view+json": {
393-
"model_id": "4af2921090264a20a8d6ad9b80c722dc",
393+
"model_id": "45e5a1ba8c754d17a7243b69eda6f860",
394394
"version_major": 2,
395395
"version_minor": 0
396396
},
397397
"text/plain": [
398-
"Output()"
398+
"Output(outputs=({'output_type': 'stream', 'text': 'Uncertainty in Proportion of Red Balls: \\nP10: 0.16\\nP50: 0…"
399399
]
400400
},
401401
"metadata": {},
@@ -483,7 +483,7 @@
483483
"name": "python",
484484
"nbconvert_exporter": "python",
485485
"pygments_lexer": "ipython3",
486-
"version": "3.6.5"
486+
"version": "3.7.6"
487487
}
488488
},
489489
"nbformat": 4,

PythonDataBasics_ParametricDistributions.ipynb

+108-54
Large diffs are not rendered by default.

SubsurfaceDataAnalytics_Basic_Data_Loading_Display.ipynb

+26-152
Large diffs are not rendered by default.

SubsurfaceDataAnalytics_Feature_Ranking.ipynb

+591-186
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)