Helmut H. Strey

Results 2 issues of Helmut H. Strey

I would like to use Approxfun for creating custom distributions in Turing.jl but it seems that Approxfun is not compatible with ForwardDiff.Dual ``` using ForwardDiff, ApproxFun f = Fun(x->exp(ForwardDiff.Dual(x,1))) ```...

When declaring parameters using the new @mtkmodel DSL, one can either write: `@parameters tau A` or ``` @parameters begin tau A end ``` Adding metadata to the parameters using begin...