GSA.UN

The R-package aims to implement global sensitivity analysis using two indices: SOBOL (Sobol (2001)) and AMA (Dell’Oca, Riva, and Guadagnini (2017)).

Installation

Currently, you can install the version under development from Github, using these commands:

install.packages("devtools")
devtools::install_github("cagarciae/GSA.UN")

Global Sensitivity Analysis

Sensitivity Analysis is an important analytical technique when developing, improving and understanding models (Borgonovo et al. (2017), Hill et al. (2016)), it studies how the uncertainty of the obtained output can be attributed to the uncertainty of the model inputs, for example, input data, initial conditions or the parameters used. Here, it is necessary to highlight that the parameters in the models are in charge of characterizing the particularity of the processes and properties for each particular study; the number of parameters in a model can be from very small to very large, depending on the scale and type of model selected.

Global sensitivity analysis aims to analyze the relative influence of the input variables or parameters in the generation of the output values. This technique seeks to explore the entire parametric range, to evaluate the effect of a factor while all the parameters are variable at the same time.

SOBOL

This is an index based on the variance that analyzes the global sensitivity, that is, the variance is considered as the only measure to quantify the contribution of each uncertain parameter to the general uncertainty. SOBOL uses the variance decomposition, based on the decomposition of the model’s output in summations of this statistical moment, using combinations of input parameters that are increased dimensionally (Sobol (1993)).

AMA

This is an index based on multiple statistical moments that analyzes global sensitivity, that is, the first four statistical moments of

Copy Link

Version

Down Chevron

Install

install.packages('GSA.UN')

Monthly Downloads

142

Version

1.0.0

License

GPL-2

Last Published

July 10th, 2020

Functions in GSA.UN (1.0.0)