Pengfei Song
Pengfei Song
## description Can weave.jl support plot showing for RCall? The following are my codes ```julia using RCall R""" # install 'ggalt' pkg # devtools::install_github("hrbrmstr/ggalt") options(scipen = 999) library(ggplot2) library(ggalt) midwest_select...
Really appreciate these packages in SciML. I am now a crazy fan now. I meet some questions while using TensorLayer as a hidden layer. # Q(1) The first problem is...
Appreciate your excellent works in SciML. I am struggling with a problem and really need help. Please !!! $$\mathcal{L} u = u_{xx} +u_{yy}, \quad \text{BCs:} \quad u(x+1,y)=u(x,y), u(x,y+1)= u(x,y).$$ I...
Hello, it seems that new version doesn't support approximate bayesian computation any more. However, in main `DiffEqBayes.jl`, `abc_inference` is exported. Also, codes of example of README implies that `abc-inference` depends...