Learn R Programming

mcODE (version 1.1)

Monte Carlo Solution of First Order Differential Equations

Description

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.

Copy Link

Version

Install

install.packages('mcODE')

Monthly Downloads

188

Version

1.1

License

GPL (>= 2)

Maintainer

W.J. Braun

Last Published

July 2nd, 2024

Functions in mcODE (1.1)

mcODE-package

Monte Carlo Integration of First Order ODEs
ODE.ADA

Monte Carlo ODE Solver of Akhtar et al
ODE.MVT

Monte Carlo ODE Solver Based on Mean Value Theorem
ODE.MVT.agg

Monte Carlo ODE Solver Based on Mean Value Theorem - Replicated