part_1_full {ldmppr} | R Documentation |
calculates part 1 of the likelihood
Description
calculates part 1 of the likelihood
Usage
part_1_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 t value. |
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 first part of likelihood.
[Package ldmppr version 1.0.4 Index]