mbd_solve_methode: mbd ODE system integrator for a specific ode method

Description Usage Arguments Author(s)

Description

Integrates "func" in the time interval

Usage

1
2
3
4
5
6
7
mbd_solve_methode(
  vector,
  time_interval,
  func = mbd::mbd_loglik_rhs,
  parms,
  methode = "lsoda"
)

Arguments

vector

a vector

time_interval

a time interval

func

function for the right hand side of the ODE

parms

some parameters to pass on the ode function

methode

specifies how the integration must be performed:

  • lsodes: use lsodes and deSolve::ode

  • ode45: use ode45 and deSolve::ode

  • lsoda: use lsoda and deSolve::ode

Author(s)

Hanno Hildenbrandt, adapted by Giovanni Laudanno


Giappo/mbd documentation built on March 3, 2020, 3:36 a.m.