seff_solver: Eff semi regression solver 'C++' function

View source: R/RcppExports.R

seff_solverR Documentation

Eff semi regression solver C++ function

Description

Sovling the semiparametric efficient estimating equations. This is an internal function and should not be called directly.

Usage

seff_solver(
  B,
  X,
  Y,
  bw,
  rho,
  eta,
  gamma,
  tau,
  epsilon,
  btol,
  ftol,
  gtol,
  maxitr,
  verbose,
  ncore
)

Arguments

B

A matrix of the parameters B, the columns are subject to the orthogonality constraint

X

A matrix of the parameters X

Y

A matrix of the parameters Y

bw

Kernel bandwidth for X

rho

(don't change) Parameter for control the linear approximation in line search

eta

(don't change) Factor for decreasing the step size in the backtracking line search

gamma

(don't change) Parameter for updating C by Zhang and Hager (2004)

tau

(don't change) Step size for updating

epsilon

(don't change) Parameter for apprximating numerical gradient, if g is not given.

btol

(don't change) The $B$ parameter tolerance level

ftol

(don't change) Functional value tolerance level

gtol

(don't change) Gradient tolerance level

maxitr

Maximum number of iterations

verbose

Should information be displayed

References

Ma, Y., & Zhu, L. (2013). Efficient estimation in sufficient dimension reduction. Annals of statistics, 41(1), 250. DOI: \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1214/12-AOS1072")}


orthoDr documentation built on April 30, 2023, 5:12 p.m.