# EBFMI with Turing

**URL:** https://discourse.julialang.org/t/ebfmi-with-turing/66593
**Category:** Probabilistic Programming
**Tags:** turing
**Created:** [August 18, 2021, 10:47am UTC](https://discourse.julialang.org/t/ebfmi-with-turing/66593 "2021-08-18T10:47:25Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![sijo](https://avatars.discourse-cdn.com/v4/letter/s/da6949/32.png) [@sijo](https://discourse.julialang.org/u/sijo)
#### Post date: [August 18, 2021, 10:47am UTC](https://discourse.julialang.org/t/ebfmi-with-turing/66593/1 "2021-08-18T10:47:25Z")

</div>

When sampling with NUTS in Turing, is there a way to get the EBFMI estimate? It seems to be implemented by the [`sample` method in AdvancedHMC](https://github.com/TuringLang/AdvancedHMC.jl/blob/7cad9f02e6eb4095ad8b2e7ef06d3474dfb19135/src/sampler.jl#L155) but can I get this information when sampling through Turing?
