finite grid, the model can be expressed • Y is the matrix of row-stacked responses • X is the usual design matrix • is the matrix of basis functions evaluated over the common grid • B is the matrix of basis coefficients • E is the matrix of row-stacked errors Y = XB T + E
linear predictor, we obtain the equivalent model formulation vec(Y T ) = (X ⌦ )vec(BT ) + vec(ET ) • vec() concatenates the columns of the matrix argument • is the kronecker product • This reformulates function-on-scalar regression as a usual least- squares problem • Goal is to estimate the columns of B or, equivalently, the elements of vec(B) ⌦
X; number of predictors can be quite large • Such cases necessitate the need for variable selection in this context • As in scalar-on-function regression, variable selection here means • Again, can be accomplished through group variable selection l(t) = 0 8t
all curves are observed over the same domain, but this is not always the case • Could smooth or interpolate, but this isn’t my preferred solution • The kronecker product representation is essentially a convenience • For a subject i observed over times tij one can instead use • Stacking the elements of this model produces a similar formulation to the previous model, but uses subject-specific expansions yi( tij) = ( xi ⌦ ( tij)) vec ( B T ) + ✏i( tij)
but variable selection methods assume independent errors • Three approaches: • Ignore this issue • Use GLS in place of OLS by “pre-whitening” the left and right side of the matrix formulation of the model: • I.e. define where is the error covariance matrix, and similarly modify the RHS • Jointly model the coefficient vector and the residual covariance • Easiest in a Bayesian setting ✏i(t) ⌃ = LLT Y ⇤ = Y (L 1)T
constraints on estimated coefficients • Such constraints often take the form of a penalty l Z [ l(t)00]2dt • Can be expressed in terms of a ridge penalty on the basis coefficients • Here, this would require the use of composite penalties and additional computational burden
SCAD regression analysis for microarray time course gene expression data. Bioinformatics. • Chen, Goldsmith, and Ogden (2016). Variable Selection in Function-on- Scalar Regression. Stat • Barber, Reimherr, and Schill (Submitted). The Function-on-Scalar LASSO with Applications to Longitudinal GWAS. • Parodi and Reimherr (Submitted). FLAME: Simultaneous variable selection and smoothing for high-dimensional function-on-scalar regression.