compute_intercept: Compute functional intercept
Description
Compute the intercept term mu(t) replicated for all observations.
Usage
compute_intercept(mu_t, n)
Value
Numeric matrix (n x length(mu_t)) of intercept contributions.
Arguments
- mu_t
Numeric vector (length(yind)) of intercept function values.
- n
Integer, number of observations.