Package: mcODE 1.1
mcODE: Monte Carlo Solution of First Order Differential Equations
Two functions for simulating the solution of initial value problems of the form g'(x) = G(x, g) with g(x0) = g0. One is an acceptance-rejection method. The other is a method based on the Mean Value Theorem.
Authors:
mcODE_1.1.tar.gz
mcODE_1.1.zip(r-4.5)mcODE_1.1.zip(r-4.4)mcODE_1.1.zip(r-4.3)
mcODE_1.1.tgz(r-4.4-any)mcODE_1.1.tgz(r-4.3-any)
mcODE_1.1.tar.gz(r-4.5-noble)mcODE_1.1.tar.gz(r-4.4-noble)
mcODE_1.1.tgz(r-4.4-emscripten)mcODE_1.1.tgz(r-4.3-emscripten)
mcODE.pdf |mcODE.html✨
mcODE/json (API)
# Install 'mcODE' in R: |
install.packages('mcODE', repos = c('https://wjbraun.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 5 months agofrom:38a4e200f5. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 01 2024 |
R-4.5-win | OK | Nov 01 2024 |
R-4.5-linux | OK | Nov 01 2024 |
R-4.4-win | OK | Nov 01 2024 |
R-4.4-mac | OK | Nov 01 2024 |
R-4.3-win | OK | Nov 01 2024 |
R-4.3-mac | OK | Nov 01 2024 |
Exports:ODE.ADAODE.MVTODE.MVT.agg
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Monte Carlo Integration of First Order ODEs | mcODE-package mcODE |
Monte Carlo ODE Solver of Akhtar et al | ODE.ADA |
Monte Carlo ODE Solver Based on Mean Value Theorem | ODE.MVT |
Monte Carlo ODE Solver Based on Mean Value Theorem - Replicated | ODE.MVT.agg |