Learn R Programming

Renvlp (version 2.7)

envMU: Estimate the envelope subspace

Description

Estimate the envelope subspace with specified dimension.

Usage

envMU(M, U, u)

Arguments

M

M matrix in the envelope objective function. An r by r semi-positive definite matrix.

U

U matrix in the envelope objective function. An r by r semi-positive definite matrix.

u

Dimension of the envelope. An integer between 0 and r.

Value

Gammahat

The orthonormal basis of the envelope subspace.

Gamma0hat

The orthonormal basis of the complement of the envelope subspace.

objfun

The minimized objective function.

Details

This function estimate the envelope subspace using an non-Grassmann optimization algorithm. The starting value and optimization algorithm is described in Cook et al. (2016).

References

Cook, R. D., Forzani, L. and Su, Z. (2016) A Note on Fast Envelope Estimation. Journal of Multivariate Analysis. 150, 42-54.