Reference implementation used for parity checks and validation.
For production estimation, prefer full_sc_lhood_fast().
full_sc_lhood(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).