Moritz Schauer
Moritz Schauer
Maybe just anticipate the use for more than 2 arguments and rename it, without implementing it yet.
I like calling it `pairwise`, because it does some specific things which make sense in the statistical/data context and not so much as generic map on all tuples (e.g. dealing...
Bridge doesn't support callbacks. I would just simulate and reject simulated trajectories which become negative, for that to work, you can use `sqrt(abs(ifrac))` to avoid triggering an error message. But...
Yes! thank you for pinging me!
Do you think of symmetric stable? Then you could use Random walk approximation by Chambers, Mallow and Struck https://pdfs.semanticscholar.org/6cf2/458c48b5d903d35afc21cedc285145de0abb.pdf to generate the driving process. The Euler solver then takes the...
We can have a smooth transition via ``` # Compability with Bridge function getproperty(X::Trajectory, s::Symbol) if s == :tt warn("fieldname `tt` changed to `t` ") s = :t elseif s...
However you like, I would use Inkscape with latex plugin or TikZ to do it by hand.
A nice, thank you. We should perhaps replace the numbers by letters. Make it "A, B, ..., H" (capital letters) instead of "1, 2, 3, 4, 5, 6, 7, 8"?
Thank you! Can you post the source? I'd like to make some small changes
Some resources: * The very nice introduction to DAGs of the ggdag R package: https://ggdag.malco.io/articles/intro-to-dags.html I made a issue to actually translate that #62 * The very long (3h) and...