Learn R Programming

TRES (version 0.1.0)

FGfun: The Objective function and its gradient

Description

The generic objective function listed below for estimating M envelope of span(U) and its gradient value. For the detailed description, see Cook, R. D., & Zhang, X. (2016).

$$F(\Gamma)=\log|\Gamma^T M \Gamma|+\log|\Gamma^T(M+U)^{-1}\Gamma|$$

Usage

FGfun(W, M, U)

Arguments

M

M matrix in the envelope objective function. A \(p\)-by-\(p\) positive semi-definite matrix.

U

U matrix in the envelope objective function. A \(p\)-by-\(p\) positive semi-definite matrix.

W

A vector of \(p\) by \(u\).

Value

F

The value of objective function given W.

G

The value of the gradient function given W.

Details

This is the objective function and its gradient for estimating M-envelope contains span(U), where M > 0 and is symmetric, the dimension of the envelope is \(u\).

References

Cook, R. D., & Zhang, X. (2016). Algorithms for envelope estimation. Journal of Computational and Graphical Statistics, 25(1), 284-300.