Learn R Programming

TRES (version 1.1.1)

get_ini1D: Initial value for 1D algorithm

Description

This function gives the initial value for 1D algorithm, which is searched from the eigenvectors of matrices M and M+U corresponding to their objective function value.

Usage

get_ini1D(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.

Value

Return initial value for the 1D algorithm.