From 9acc3eef1462f0908f10bc79c9ae5903f566ddcb Mon Sep 17 00:00:00 2001 From: willtebbutt Date: Wed, 12 Jan 2022 21:05:40 +0000 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 098a7bc3..1a56830a 100644 --- a/README.md +++ b/README.md @@ -150,8 +150,6 @@ display(posterior_plot); In the above figure, we have visualised the posterior distribution of all of the processes. Bold lines are posterior means, and shaded areas are three posterior standard deviations from these means. Thin lines are samples from the posterior processes. -This example can also be found in `examples/basic_gppp/process_decomposition.jl`, which also contains other toy examples of GPPP in action. - In this next example we make observations of two different noisy versions of the same latent process. Again, this is just about doable in existing GP packages if you know what you're doing, but isn't straightforward. ```julia @@ -244,7 +242,7 @@ display(posterior_plot); As before, we visualise the posterior distribution through its marginal statistics and joint samples. Note that the posterior samples over the unobserved process are (unsurprisingly) smooth, whereas the posterior samples over the noisy processes still look uncorrelated and noise-like. -As before, this example can also be found in `examples/basic_gppp/process_decomposition.jl`. +See the docs for more examples.