Learn R Programming

TRES (version 1.1.1)

fun1D: The 1D objective function and its gradient

Description

The objective function and its gradient value that defined in equation (4.1) of Cook, R. D., & Zhang, X. (2016). It is a special case of FGfun where W is a vector.

Usage

fun1D(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 dimension \(p\).

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 the constrained optimization in the 1D algorithm.

References

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