Skip to content

Commit 267be4e

Browse files
committed
Add key equations
1 parent 5db38ad commit 267be4e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Data_Generating_Distributions.ipynb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,10 @@
134134
"id": "o-fcWbHQQ7i1"
135135
},
136136
"source": [
137-
"## Data Generating Process Visualization"
137+
"## Data Generating Process Visualization\n",
138+
"We visualize a joint density $p_*(X=x,Y=y)$ where the density on X is uniform on [0,1] and the density on Y is a conditional Gaussian where the mean depends linearly on X. This yields the joint distribution:\n",
139+
"\n",
140+
"$p_*(X=x,Y=y) = p_*(X=x)p_*(Y=y|X=x) = U(x;0,1)\\mathcal{N}(y;xw+b,\\sigma^2)$"
138141
]
139142
},
140143
{

0 commit comments

Comments
 (0)