wombling_matern1 {nimblewomble} | R Documentation |
Posterior samples for wombling measures from the Matern kernel
with \nu=3/2
Description
For internal use only.
Usage
wombling_matern1(coords, curve, dists, tvec, umat, z, phi, sigma2)
Arguments
coords |
coordinates |
curve |
curve coordinates |
dists |
distance matrix |
tvec |
vector of t's |
umat |
matrix of u's |
z |
posterior samples of |
phi |
posterior samples of |
sigma2 |
posterior samples of |
Value
A matrix of wombling measures. 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 of nimblewomble::spwombling(...)
WM1 = compileNimble(wombling_matern1)
wmeasure = WM1(coords = coords,
curve = curve,
dists = distM,
tvec = tvec,
umat = umat,
z = z,
phi = phi,
sigma2 = sigma2)
## End(Not run)
[Package nimblewomble version 0.1.0 Index]