cfun: Coefficient Calculation for Series Expansion

Description Usage Arguments Value Examples

View source: R/aux_fcn.R

Description

Calculates c_j function in the paper.

Usage

1
cfun(chi, lam, Jn)

Arguments

chi

a scalar half-length value χ.

lam

a vector of shrinkage factors λ.

Jn

the order of polynomial approximation.

Value

a matrix with the row length Jn + 1 and the column length length(lam).

Examples

1
cfun(1, c(0.2, 0.4), 2)

koohyun-kwon/OptACI documentation built on Oct. 6, 2020, 8:09 a.m.