powered by
Generates an input sample for a Monte Carlo estimation of global sensitivity indices. Used in the get_sensitivity() function. The total sample size will be \(N(d+2)\).
get_sensitivity()
SA_sample(N, d)
A matrix with \(N(d+2)\) rows and d columns.
d
The number of sample points per dimension.
The dimensionality of the sample
This function generates a Monte Carlo sample as described e.g. in the Global Sensitivity Analysis: The Primer book.
get_sensitivity() Perform global sensitivity or uncertainty analysis on a COIN.
SA_estimate() Estimate sensitivity indices from system output, as a result of input design from SA_sample().
SA_estimate()
# sensitivity analysis sample for 3 dimensions with 100 points per dimension X <- SA_sample(100, 3)
Run the code above in your browser using DataLab