part_2_full: calculates part 2 of the likelihood

View source: R/RcppExports.R

part_2_fullR Documentation

calculates part 2 of the likelihood

Description

calculates part 2 of the likelihood

Usage

part_2_full(xgrid, ygrid, tgrid, data, params, bounds)

Arguments

xgrid

a vector of grid values for x.

ygrid

a vector of grid values for y.

tgrid

a vector of grid values for t.

data

a matrix of times and locations.

params

a vector of parameters.

bounds

a vector of bounds for time, x, and y.

Value

full evaluation of second part of likelihood.


ldmppr documentation built on April 4, 2025, 12:45 a.m.