H_cal: Hermite Polynomial

Description Usage Arguments Value Examples

View source: R/aux_fcn.R

Description

Hermite Polynomial

Usage

1
H_cal(xvec, J)

Arguments

xvec

vector of observations

J

order of the polynomial

Value

matrix with the row length length(xvec) and the column length J + 1.

Examples

1
H_cal(c(1, 2, 3), 2)

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