wombling_gaussian | R Documentation |
For internal use only.
wombling_gaussian(coords, curve, dists, tvec, umat, z, phi, sigma2)
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 |
A matrix of wombling measures. For internal use only.
Aritra Halder <aritra.halder@drexel.edu>,
Sudipto Banerjee <sudipto@ucla.edu>
## Not run:
#####################
# Internal use only #
#####################
# Example usage inside of nimblewomble::spwombling(...)
WG = compileNimble(wombling_gaussian)
wmeasure = WG(coords = coords,
curve = curve,
dists = distM,
tvec = tvec,
umat = umat,
z = z,
phi = phi,
sigma2 = sigma2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.