Skip to content

Commit 92e9c00

Browse files
committed
Updated file structure for standard normal tutorial
1 parent 82414ee commit 92e9c00

File tree

9 files changed

+12
-1406
lines changed

9 files changed

+12
-1406
lines changed

.DS_Store

0 Bytes
Binary file not shown.

Statistics/.DS_Store

0 Bytes
Binary file not shown.

Statistics/normal_Distribution_Area_Under_Curve.ipynb

Lines changed: 0 additions & 1402 deletions
This file was deleted.
File renamed without changes.
Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@
365365
},
366366
{
367367
"cell_type": "code",
368-
"execution_count": 52,
368+
"execution_count": 12,
369369
"metadata": {
370370
"collapsed": false
371371
},
@@ -381,14 +381,13 @@
381381
" value, _ = quad(normalProbabilityDensity, np.NINF, z)\n",
382382
" standard_normal_table.loc[index, column] = value\n",
383383
"\n",
384-
"# Formatting index and columns\n",
385384
"standard_normal_table.index = standard_normal_table.index.astype(str)\n",
386385
"standard_normal_table.columns = [str(column).ljust(4,'0') for column in standard_normal_table.columns]"
387386
]
388387
},
389388
{
390389
"cell_type": "code",
391-
"execution_count": 53,
390+
"execution_count": 13,
392391
"metadata": {
393392
"collapsed": false
394393
},
@@ -925,14 +924,23 @@
925924
"3.4 0.9997 0.9997 0.9997 0.9997 0.9997 0.9997 0.9997 0.9997 0.9997 0.9998"
926925
]
927926
},
928-
"execution_count": 53,
927+
"execution_count": 13,
929928
"metadata": {},
930929
"output_type": "execute_result"
931930
}
932931
],
933932
"source": [
934933
"standard_normal_table"
935934
]
935+
},
936+
{
937+
"cell_type": "code",
938+
"execution_count": null,
939+
"metadata": {
940+
"collapsed": true
941+
},
942+
"outputs": [],
943+
"source": []
936944
}
937945
],
938946
"metadata": {

0 commit comments

Comments
 (0)