gamma1.mcov1 {nimblewomble} | R Documentation |
Cross-covariance terms for the posterior distribution of wombling measures
for Matern \nu=3/2
.
Description
For internal use only. Performs one-dimensional quadrature using integral as a limit of a sum.
Usage
gamma1.mcov1(coords, t, u, s0, phi)
Arguments
coords |
coordinates |
t |
value of t |
u |
vector of u |
s0 |
starting point on curve |
phi |
posterior sample of |
Value
A matrix of cross-covariance terms. For internal use only.
Author(s)
Aritra Halder <aritra.halder@drexel.edu>,
Sudipto Banerjee <sudipto@ucla.edu>
Examples
## Not run:
#####################
# Internal use only #
#####################
# Example usage inside nimblewomble::wombling_matern1(...)
gamma1.mcov1(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)
[Package nimblewomble version 0.1.0 Index]