| full_sc_lhood_fast | R Documentation |
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)
xgrid |
NumericVector of x-grid values. |
ygrid |
NumericVector of y-grid values. |
tgrid |
NumericVector of integration-time grid values. |
tobs |
NumericVector of observed event times. |
data |
NumericMatrix with columns (time, x, y), sorted by nondecreasing time. |
params |
NumericVector of model parameters (alpha1, beta1, gamma1, alpha2, beta2, alpha3, beta3, gamma3). |
bounds |
NumericVector of integration bounds (bt, bx, by). |
Full self-correcting log-likelihood value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.