Skip to content

Commit 4e79b97

Browse files
committed
PBSddesolve
1 parent 32864f3 commit 4e79b97

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

  • content/landscape-of-ode-solvers-in-r

content/landscape-of-ode-solvers-in-r/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Some tools included in this review go beyond ODE solving and provide additional
6363
| [odin](https://cran.r-project.org/package=odin) | _deSolve_ | Compiled | depends on deSolve | DSL (R-like, compiled) | Yes | - | Yes (dede) | - | - | 17252 |
6464
| [PKPDsim](https://cran.r-project.org/package=PKPDsim) | [Boost::odeint](https://github.com/boostorg/odeint) (C++) | Compiled | Adaptive RK (RKCK54) | DSL (compiled) | - | - | - | Yes | - | 10319 |
6565
| [EpiModel](https://cran.r-project.org/package=EpiModel) | _deSolve_ | Compiled | depends on deSolve | R func (interpreted) | Yes | - | Yes (dede) | - | - | 23088 |
66+
| [PBSddesolve](https://cran.r-project.org/package=PBSddesolve) | [solv95](https://webhomes.maths.ed.ac.uk/~swood34/simon/dde.html) (C) | Compiled | dde | | R func (interpreted) | - | - | Yes | - | - | 10341 |
6667

6768
</div>
6869

@@ -82,7 +83,7 @@ This refers to the underlying numerical implementation used by the package. This
8283

8384
#### Algorithms
8485

85-
This is the list of available numerical methods (e.g., LSODA, Runge–Kutta, Radau).
86+
This is the list of available numerical methods as documented by the package.
8687

8788
#### Model format
8889

@@ -193,11 +194,11 @@ plot(out)
193194

194195
## Author's notes
195196

196-
The goal of this review was to provide **a maximally complete and objective overview** of tools for solving ODEs in R. The packages included in this survey differ significantly in their purpose and functionality: from simple numerical solvers to full-featured frameworks and specialized domain-specific tools. They are presented here on equal footing, without going into detailed feature comparisons.
197+
The goal of this review was to provide **a maximally complete and objective overview** of tools for solving ODEs in R. The packages included in this survey differ significantly in their purpose and functionality: from simple numerical solvers to full-featured frameworks and specialized domain-specific tools.
197198

198199
Many aspects - such as computational performance, numerical accuracy, and advanced functionality - are intentionally not covered in this article.
199200

200-
The table includes popularity metrics as download counts. However, these numbers do not reflect the actual capabilities of the packages. Downloads may include one-time installations for educational purposes, CI/CD workflows, or usage for non-ODE problems. Therefore, they should not be considered a deciding factor when choosing a tool, but rather as a rough indicator of visibility within the community.
201+
The table includes popularity metrics as download counts. However, these numbers do not reflect the actual capabilities of the packages. Downloads may include one-time installations for educational purposes, CI/CD workflows, or usage of a package for non-ODE problems. Therefore, they should not be considered a deciding factor when choosing a tool, but rather as a rough indicator of visibility within the community.
201202

202203
Below is a subjective selection of packages that I would recommend paying attention to.
203204

0 commit comments

Comments
 (0)