getODEGradient: Calculate gradients from ODE system

Description Usage Arguments Value

View source: R/ode.R

Description

Calculate gradients from ODE system

Usage

1
getODEGradient(X, timePoints, params, auxVars, species = 1:dim(X)[2])

Arguments

X

Latent values for the species

timePoints

Times at which to calculate the ODE gradients

params

Current parameter estimates

auxVars

Auxiliary variables (including function for ODE gradients)

species

Which species to return (default=all)

Value

A T by length(species) matrix with the gradients calculated at each time point for the specified species.


deGradInfer documentation built on Jan. 21, 2020, 1:06 a.m.