# (Integrated) autocorrelation time

**URL:** https://discourse.julialang.org/t/integrated-autocorrelation-time/7403
**Category:** Statistics
**Tags:** question, proposal
**Created:** [November 30, 2017, 6:35am UTC](https://discourse.julialang.org/t/integrated-autocorrelation-time/7403 "2017-11-30T06:35:04Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![juliohm](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/juliohm/32/215266_2.png) [@juliohm](https://discourse.julialang.org/u/juliohm)
#### Post date: [November 30, 2017, 7:01am UTC](https://discourse.julialang.org/t/integrated-autocorrelation-time/7403/2 "2017-11-30T07:01:02Z")

</div>

Very nice @Sleort, thanks for putting a package together and for adopting the `evaluate` interface we discussed in [another thread](https://discourse.julialang.org/t/appending-to-names-of-callable-objects-functors-that-modify-their-argument/7343) 🙂

I would like to share with you something that has great overlap, which is the concept of variograms. A variogram is basically a constant (the sill) minus the autocorrelation, but it is more general in the sense that we can still use them to create models that aren’t necessarily stationary. There is also an efficient procedure to calculate variograms in more than one dimension, not only time series. I have implementations of variograms in [GeoStats.jl](https://github.com/juliohm/GeoStats.jl), this Jupyter notebook illustrates more or less the modeling: [http://nbviewer.jupyter.org/github/juliohm/GeoStats.jl/blob/master/examples/VariogramModeling.ipynb](http://nbviewer.jupyter.org/github/juliohm/GeoStats.jl/blob/master/examples/VariogramModeling.ipynb)

Feel free to play with them, compare results, and suggest improvements. Good to have more people involved with autocorrelation-related work. 👍

---

_[View the full topic](https://discourse.julialang.org/t/integrated-autocorrelation-time/7403)._
