# How retrieve the best result from sampling? Turing.jl

**URL:** https://discourse.julialang.org/t/how-retrieve-the-best-result-from-sampling-turing-jl/81077
**Category:** Modelling & Simulations
**Tags:** bayesian-inference
**Created:** [May 14, 2022, 10:26pm UTC](https://discourse.julialang.org/t/how-retrieve-the-best-result-from-sampling-turing-jl/81077 "2022-05-14T22:26:12Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![BinaryBot](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/binarybot/32/45258_2.png) [@BinaryBot](https://discourse.julialang.org/u/BinaryBot)
#### Post date: [May 14, 2022, 10:26pm UTC](https://discourse.julialang.org/t/how-retrieve-the-best-result-from-sampling-turing-jl/81077/1 "2022-05-14T22:26:12Z")

</div>

[https://turing.ml/dev/tutorials/10-bayesian-differential-equations/](https://turing.ml/dev/tutorials/10-bayesian-differential-equations/)  
I followed this tutorial to model my own ode problem and estimate parameters. When calling `sample(model, NUTS(0.65), MCMCThreads(), 1000, 3)`  
I get back the chains and all the relevant statistics. What does the Quantiles section represent? Is it the confidence intervals of the estimated parameters.

Also how can I retrieve the best estimated parameter from the chain?
