gempy icon indicating copy to clipboard operation
gempy copied to clipboard

Pole sampling using van Mises Fisher distribution for orientations

Open Leguark opened this issue 7 years ago • 5 comments

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

Leguark avatar Jan 18 '18 15:01 Leguark

for Lihuan

Leguark avatar Apr 18 '18 09:04 Leguark

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

alex-schaaf avatar Aug 02 '18 09:08 alex-schaaf

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.

elimh avatar Nov 30 '18 09:11 elimh

Is this just waiting for a test?

Leguark avatar Feb 23 '20 14:02 Leguark

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

AlexanderJuestel avatar Jul 15 '20 13:07 AlexanderJuestel