Compute the integral effect: integral of X(s) * beta(s,t) ds using Simpson integration weights consistent with `ff()` defaults.
compute_ff_effect(X, beta_st, xind)Numeric matrix (n x length(yind)) of effect contributions.
Numeric matrix (n x length(xind)) of functional covariate values.
Numeric matrix (length(xind) x length(yind)) coefficient surface.
Numeric vector of x evaluation points.