Skip to content

Commit

Permalink
Fix imgae.
Browse files Browse the repository at this point in the history
  • Loading branch information
RomeoV committed May 23, 2024
1 parent 07e6033 commit 340c26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

[<img src="figs/distribution_graph/distribution_graph.png">](Estimator Overview)
![Estimator Overview](figs/distribution_graph/distribution_graph.png)

###

0 comments on commit 340c26a

Please sign in to comment.