gempy-project / gempy

GemPy is an open-source, Python-based 3-D structural geological modeling software, which allows the implicit (i.e. automatic) creation of complex geological models from interface and orientation data. It also offers support for stochastic modeling to address parameter and model uncertainties.
https://gempy.org
European Union Public License 1.2
954 stars 232 forks source link

Pole sampling using van Mises Fisher distribution for orientations #30

Closed Leguark closed 2 years ago

Leguark commented 6 years ago

@flohorovicic we should invite Evran to our repository so I can assign it to him

Leguark commented 6 years ago

for Lihuan

alex-schaaf commented 6 years ago

added class gp.utils.input_manipulation.VanMisesFisher in my development branch with method .rvs(size=n) for sampling to mimic scipy.stats distributions (for my ABC stuff). this will not work with pymc though

elimh commented 5 years ago

I figured out how to sample from the vMF distribution using pymc2 and can add a tutorial notebook (like ch. 3 but for orientations) soon. In the long run it would be cool to solve problem #2458 of pymc3 so that the vMF distribution can be used directly in pymc.

Leguark commented 4 years ago

Is this just waiting for a test?

AlexanderJuestel commented 4 years ago

This may be related to #475, maybe we can solve both at some point together