calc.PIC | R Documentation |
Calculate PIC
calc.PIC(x, y, z, nnmax = 10000, nvarmax = 100)
x |
A vector of response. |
y |
A vector of new predictor. |
z |
A matrix of pre-existing predictors that could be NULL if no prior predictors exist. |
nnmax |
The maximum number of sample size. |
nvarmax |
The maximum number of potential predictors. |
A list of 2 elements: the partial mutual information (pmi), and partial informational correlation (pic).
Sharma, A., Mehrotra, R., 2014. An information theoretic alternative to model a natural system using observational information alone. Water Resources Research, 50(1): 650-660.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.