Optimized implementation used by estimation workflows.
Intended to be numerically consistent with full_sc_lhood().
full_sc_lhood_fast(xgrid, ygrid, tgrid, tobs, data, params, bounds)Full self-correcting log-likelihood value.
NumericVector of x-grid values.
NumericVector of y-grid values.
NumericVector of integration-time grid values.
NumericVector of observed event times.
NumericMatrix with columns (time, x, y), sorted by nondecreasing time.
NumericVector of model parameters (alpha1, beta1, gamma1, alpha2, beta2, alpha3, beta3, gamma3).
NumericVector of integration bounds (bt, bx, by).