readme.md 353 Bytes
Newer Older
 Lukas Eller's avatar
Lukas Eller committed
1 2 3
This custom VonMises distribution is necessary, 
because the default PYMC3 implementation generates samples out of the range of [-pi, pi]. 

 Lukas Eller's avatar
Lukas Eller committed
4
Therefore, I adapted the .random() method to map the samples to the correct interval. 
 Lukas Eller's avatar
Lukas Eller committed
5

 Lukas Eller's avatar
Lukas Eller committed
6
Besides this, the code is directly taken from the [PYMC3](https://github.com/pymc-devs/pymc3) without any further changes.