Computational Methods for Numerical Analysis

CRAN/METACRAN Downloads from the RStudio CRAN mirror Build Status (main) Build Status (develop) codecov Codacy Badge Package DOI Book DOI

This is the R package to support Computational Methods for Numerical Analysis with R by James P. Howard, II.

Computational Methods for Numerical Analysis with R is an overview of traditional numerical analysis topics presented using R. This guide shows how common functions from linear algebra, interpolation, numerical integration, optimization, and differential equations can be implemented in pure R code. Every algorithm described is given with a complete function implementation in R, along with examples to demonstrate the function and its use.

Computational Methods for Numerical Analysis with R with R is intended for those who already know R, but are interested in learning more about how the underlying algorithms work. As such, it is suitable for statisticians, economists, and engineers, and others with a computational and numerical background.

Algorithms included

Dependencies

Contribution guidelines

For more information