Description Usage Arguments Details Value
View source: R/getEsensitivity.R
Get mean ensemble sensitivites of selected output in a model to the model inputs by multivariate regression
1 | getEsensitivity(X, Y, useEigen = FALSE, eigop = TRUE)
|
X |
REAL, [n,m] input matrix, one member in each column |
Y |
REAL, [p,m] output matrix, one member in each column |
useEigen |
LOGICAL, whether to froce eigenvalue decomposition to solve the system |
eigop |
LOGICAL, FALSE is not practical, only available to emulate (A4) in Ancell and Hakim (2007) |
Return a [p,n] sensitivity matrix G
representing the mean ensemble
sensitivity of the output to the input variables. The function uses either singular value
decomposition or eigenvalue decomposition.
A [p,n] sensitivity matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.