/GeoStatsTutorials

Tutorials in the form of Jupyter notebooks for the GeoStats.jl framework

Primary LanguageJulia

GeoStatsTutorials

gitter

Tutorials in the form of Pluto notebooks for the GeoStats.jl framework.

Notebooks

  • Estimation problems
  • Variogram modeling
  • Anisotropic models
  • Directional variograms
  • Variography game
  • Declustered statistics
  • Two-point statistics
  • Gaussian processes
  • Image quilting
  • Cookie-cutter

To run the notebooks locally, install Pluto:

julia> ]
pkg> add Pluto

and launch it from the notebooks folder:

using Pluto

cd("notebooks")

Pluto.run()

Contributing

Contributions are very welcome, please submit a pull request or open an issue with an example that you feel is missing.