Other packages > Find by keyword >

r2sundials  

Wrapper for 'SUNDIALS' Solving ODE and Sensitivity Problem
View on CRAN: Click here


Download and install r2sundials package within the R console
Install from CRAN:
install.packages("r2sundials")

Install from Github:
library("remotes")
install_github("cran/r2sundials")

Install by package version:
library("remotes")
install_version("r2sundials", "6.5.0-5")



Attach the package and use:
library("r2sundials")
Maintained by
Serguei Sokol
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2020-01-08
Latest Update: 2023-12-08
Description:
Wrapper for widely used 'SUNDIALS' software (SUite of Nonlinear and DIfferential/ALgebraic Equation Solvers) and more precisely to its 'CVODES' solver. It is aiming to solve ordinary differential equations (ODE) and optionally pending forward sensitivity problem. The wrapper is made 'R' friendly by allowing to pass custom parameters to user's callback functions. Such functions can be both written in 'R' and in 'C++' ('RcppArmadillo' flavor). In case of 'C++', performance is greatly improved so this option is highly advisable when performance matters. If provided, Jacobian matrix can be calculated either in dense or sparse format. In the latter case 'rmumps' package is used to solve corresponding linear systems. Root finding and pending event management are optional and can be specified as 'R' or 'C++' functions too. This makes them a very flexible tool for controlling the ODE system during the time course simulation. 'SUNDIALS' library was published in Hindmarsh et al. (2005) .
How to cite:
Serguei Sokol (2020). r2sundials: Wrapper for 'SUNDIALS' Solving ODE and Sensitivity Problem. R package version 6.5.0-5, https://cran.r-project.org/web/packages/r2sundials. Accessed 21 Dec. 2024.
Previous versions and publish date:
5.0.0-4 (2020-01-08 17:30), 5.0.0-7 (2020-03-15 02:20), 5.0.0-9 (2021-03-16 13:40), 5.0.0-10 (2021-05-18 01:20), 6.5.0-3 (2023-03-24 11:20), 6.5.0-4 (2023-12-08 14:40)
Other packages that cited r2sundials R package
View r2sundials citation profile
Other R packages that r2sundials depends, imports, suggests or enhances
Complete documentation for r2sundials
Functions, R codes and Examples using the r2sundials R package
Some associated functions: get_cnst . r2cvodes . r2sundials-package . 
Some associated R codes: RcppExports.R . package.R . zzz.R .  Full r2sundials package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

CIFsmry  
Weighted summary of cumulative incidence functions
Estimate of cumulative incidence function in two samples. Provide weighted summary statistics based ...
Download / Learn more Package Citations See dependency  
batteryreduction  
An R Package for Data Reduction by Battery Reduction
Battery reduction is a method used in data reduction. It uses Gram-Schmidt orthogonal rotations to f ...
Download / Learn more Package Citations See dependency  
helda  
Preprocess Data and Get Better Insights from Machine Learning Models
The main focus is on preprocessing and data visualization of machine learning models performances.So ...
Download / Learn more Package Citations See dependency  
SEIRfansy  
Extended Susceptible-Exposed-Infected-Recovery Model
Extended Susceptible-Exposed-Infected-Recovery Model for handling high false negative rate and symp ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
condGEE  
Parameter Estimation in Conditional GEE for Recurrent Event Gap Times
Solves for the mean parameters, the variance parameter, and their asymptotic variance in a condition ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA