fun1D: The 1D objective function and its gradient

Description Usage Arguments Details Value References

View source: R/fun1D.R

Description

The objective function and its gradient value that defined in equation (4.1) of Cook, R. D., & Zhang, X. (2016).

Usage

1
fun1D(W, M, U)

Arguments

M

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

U

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

W

A vector of r by 1.

Details

This is the objective function and its gradient for the constrained optimization in the 1D algorithm.

Value

F

The value of objective function given W.

G

The value of the gradient function given W.

References

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


kusakehan/TEReg documentation built on May 30, 2019, 7:17 a.m.