| add_nugget | R Documentation |
Adjust for nugget effect for correlations
add_nugget(x, nugget)
set_nugget(x, nugget, set_to)
x |
A correlation matrix or 3-d array. |
nugget |
A scalar nugget effect. |
set_to |
A correlation matrix or 3-d array of the same dimension as |
To adjust spatial nugget effect, enery entry of x is first multipled by
by (1-\text{nugget}); Then add_nugget adds nugget to the diagonals
(or the diagonals of each matrix slice) of x, and set_nugget set the
diagonals (or the diagonals of each matrix slice) to the corresponding
diagonals of set_to.
Correlations of the same dimension as x.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.