Description Usage Arguments Value Examples
The function implements the second tapering method described in the Covariance Tapering paper.
1 | nll.2taper(x, setup, z)
|
x |
A |
setup |
Results returned from make.tapersetup |
z |
A |
rescol |
An |
A double
1 2 3 4 | data(anom1962)
d = rdist_earth1(loc)
setup.eigen = make_tapersetup_eigen(d,taprange = 50)
val = nll_2taper(20, setup.eigen$n,
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.