From 340c26a81db068cba7e7ef8aa7deec3053f710c4 Mon Sep 17 00:00:00 2001 From: Romeo Valentin Date: Wed, 22 May 2024 17:12:02 -0700 Subject: [PATCH] Fix imgae. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5ff13a..7f4c240 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,6 @@ Given that we have uncertainty in the observations, we are interested in constru We implement three estimators for this task, which map to either samples or a distribution via `predictsamples(est, xs, ys, noisemodel, nsamples)` and `predictdist(est, xs, ys, noisemodel)`, respectively. The conversion between samples and a distribution can be done automatically via sampling or fitting a multivariate normal distribution. -[](Estimator Overview) +![Estimator Overview](figs/distribution_graph/distribution_graph.png) ###