You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/notebooks/GP-Latent.ipynb
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@
55
55
"\\end{aligned}\n",
56
56
"$$\n",
57
57
"\n",
58
-
"For more information about this reparameterization, see the secion on [drawing values from a multivariate distribution](https://en.wikipedia.org/wiki/Multivariate_normal_distribution#Drawing_values_from_the_distribution). This reparameterization can be disabled by setting the optional flag in the `prior` method, `reparameterize = False`. The default is `True`."
58
+
"For more information about this reparameterization, see the section on [drawing values from a multivariate distribution](https://en.wikipedia.org/wiki/Multivariate_normal_distribution#Drawing_values_from_the_distribution). This reparameterization can be disabled by setting the optional flag in the `prior` method, `reparameterize = False`. The default is `True`."
59
59
]
60
60
},
61
61
{
@@ -64,15 +64,15 @@
64
64
"source": [
65
65
"## `.conditional`\n",
66
66
"\n",
67
-
"The conditional method implements the \"predictive\" distribution for function values that were not necessarily part of the data set. This distribution is,\n",
67
+
"The conditional method implements the \"predictive\" distribution for function values that were not part of the original data set. This distribution is,\n",
0 commit comments