Skip to content

Commit f695372

Browse files
committed
1 parent adb12e3 commit f695372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toy_example/point-estimation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"\n",
2929
"for i in range(N_out):\n",
3030
" for j in range(k):\n",
31-
" X[i,j] = np.random.normal(-0.6, 1, size=(1,1)) #(N_out/N *100)% of data will be recentered at (3,3)\n",
31+
" X[i,j] = np.random.normal(-0.6, 1, size=(1,1)) #(N_out/N *100)% of data will be recentered at (-0.6, -0.6)\n",
3232
"\n",
3333
"\n",
3434
"plt.scatter(X[:, 0], X[:, 1], s=3)\n",

0 commit comments

Comments
 (0)