Description Usage Arguments Value Examples
Creates the matrices to compute the model output and then calculate the PAWN sensitivity indices of the model inputs following the 'tailored approach'. The matrix for the unconditional model output is created via Sobol' quasi-random number sequences.
1 | pawn_matrix(N, Nc, n, k)
|
N |
Numeric, sample size of the unconditional model output |
Nc |
Numeric, sample size of the conditional model output |
n |
Numeric, number of conditioning intervals |
k |
Numeric, number of parameters |
A matrix
1 2 3 4 | pawn_matrix(N = 10,
Nc = 5,
n = 3,
k = 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.