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 0480a51 commit 95e60eaCopy full SHA for 95e60ea
models/call_C.jl
@@ -3,7 +3,7 @@ libc_name = Sys.iswindows() ? "msvcrt.dll" :
3
Sys.isapple() ? "libc.dylib" :
4
"libc.so.6"
5
6
-@model function call_C(y)
+@model function call_C(y = 0.0)
7
x ~ Normal(0, 1)
8
9
# Call C library abs function
0 commit comments