jpfairbanks / SemanticModels.jl

A julia package for representing and manipulating model semantics
MIT License
76 stars 16 forks source link

Stochastic Differential Equations #224

Open benide opened 4 years ago

benide commented 4 years ago

An SDE is given by dX = f(X,t)dt + g(X,t)dW. This could be represented by a product category, maybe Petri × AlgebraicNet or similar for representing the drift f and diffusion g. I'm not convinced this is correct, but it's a good place to start thinking about it.