Skip to content

Commit 125ce24

Browse files
committed
fixed minor error
1 parent 22345e2 commit 125ce24

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.ipynb_checkpoints/kolmogorov_smirnov_test-checkpoint.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:e09ae16e2934781defa7f6b97ad14295518732fccc8478f9854e4ea31013324d"
4+
"signature": "sha256:03ab4ea93d899644effaf19dc2e36cef31c79b8b710649836c2d644424208389"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -54,10 +54,10 @@
5454
"cell_type": "code",
5555
"collapsed": false,
5656
"input": [
57-
"# Create x, which is NOT uniformly distributed\n",
57+
"# Create y, which is NOT uniformly distributed\n",
5858
"y = x**4\n",
5959
"\n",
60-
"# Plot x to double check its distribution\n",
60+
"# Plot y to double check its distribution\n",
6161
"plt.hist(y)\n",
6262
"plt.show()"
6363
],

kolmogorov_smirnov_test.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:e09ae16e2934781defa7f6b97ad14295518732fccc8478f9854e4ea31013324d"
4+
"signature": "sha256:03ab4ea93d899644effaf19dc2e36cef31c79b8b710649836c2d644424208389"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -54,10 +54,10 @@
5454
"cell_type": "code",
5555
"collapsed": false,
5656
"input": [
57-
"# Create x, which is NOT uniformly distributed\n",
57+
"# Create y, which is NOT uniformly distributed\n",
5858
"y = x**4\n",
5959
"\n",
60-
"# Plot x to double check its distribution\n",
60+
"# Plot y to double check its distribution\n",
6161
"plt.hist(y)\n",
6262
"plt.show()"
6363
],

0 commit comments

Comments
 (0)