Learn R Programming

TRES (version 0.1.0)

Tenv: Tensor response envelope estimator

Description

This function gives the tensor envelope estimator for tensor response regression.

Usage

Tenv(Yn, Xn, u, opts=NULL)

Arguments

Yn

The response tensor instance \( r_1\times r_2\times \cdots \times r_m \times n\), where \(n\) is the sample size.

Xn

The predictor matrix of dimension \(p \times n\).

u

The dimension of envelope subspace. \(u=(u_1,\cdots,u_m)\).

opts

The option structure for Feasi. See function OptimballGBB1D.

Value

Btil

The ordinary least square estimator (OLS).

Bhat

The envelope based estimator.

PGamma

The projection matrix onto envelope subspace.

References

Li, L., & Zhang, X. (2017). Parsimonious tensor response regression. Journal of the American Statistical Association, 112(519), 1131-1146.