gamma1n2.gauss | R Documentation |
\nu\to\infty
, the squared exponential kernel.For internal use only. Performs one-dimensional quadrature using integral as a limit of a sum.
gamma1n2.gauss(coords, t, u, s0, phi)
coords |
coordinates |
t |
value of t |
u |
vector of u |
s0 |
starting point on curve |
phi |
posterior sample of |
A matrix of cross-covariance terms. For internal use only.
Aritra Halder <aritra.halder@drexel.edu>,
Sudipto Banerjee <sudipto@ucla.edu>
## Not run:
#####################
# Internal use only #
#####################
# Example usage inside nimblewomble::wombling_gaussian(...)
gamma1n2.gauss(coords = coords[1:ncoords, 1:2], t = tvec[j],
u = umat[j, 1:2], s0 = curve[j, 1:2], phi = phi[i])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.