We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c34c19 commit be1aee9Copy full SHA for be1aee9
models/von_mises.jl
@@ -0,0 +1,6 @@
1
+@model function von_mises(x)
2
+ a ~ InverseGamma(2, 3)
3
+ x ~ VonMises(0, a)
4
+end
5
+
6
+@register von_mises(0.4)
0 commit comments