Learn R Programming

nimblewomble (version 0.1.0)

wombling_matern1: 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)

Value

A matrix of wombling measures. For internal use only.

Arguments

coords

coordinates

curve

curve coordinates

dists

distance matrix

tvec

vector of t's

umat

matrix of u's

z

posterior samples of \(Z(s)\)

phi

posterior samples of \(\phi\)

sigma2

posterior samples of \(\sigma^2\)

Author

Aritra Halder <aritra.halder@drexel.edu>,
Sudipto Banerjee <sudipto@ucla.edu>

Examples

Run this code
if (FALSE) {
#####################
# 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)
}

Run the code above in your browser using DataLab