Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


TRES (version 1.1.1)

Tenv-deprecated: Tensor response envelope estimator

Description

This function gives the tensor envelope estimator for tensor response regression (TRR).

Usage

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

Arguments

Xn

The predictor matrix of dimension p×n.

Yn

The response tensor instance r1×r2××rm×n, where n is the sample size.

u

The dimension of envelope subspace. u=(u1,,um).

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.

See Also

TRES-deprecated