Skip to content

❗ This is a read-only mirror of the CRAN R package repository. propagate — Propagation of Uncertainty

Notifications You must be signed in to change notification settings

ProfessorPeregrine/propagate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

propagate: Propagation of uncertainty using higher-order Taylor expansion and Monte Carlo simulation (R-package)

propagate is an R package that can conduct uncertainty propagation based on first- and second-order Taylor expansion as well as Monte Carlo simulation. It also houses functionality to estimate confidence and prediction intervals for nonlinear models, create large correlation matrices and automatic distribution fitting.

This is a minor fork to allow propagate to be used with Shiny apps.

Installation

You can install the latest development version of the code using the devtools R package.

# Install devtools, if you haven't already.
install.packages("devtools")
library(devtools)
install_github("ProfessorPeregrine/propagate")

About

❗ This is a read-only mirror of the CRAN R package repository. propagate — Propagation of Uncertainty

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 96.3%
  • C++ 2.4%
  • Other 1.3%