chebpred: Function for interpolating using chebyshev coefficients

Description Usage Arguments Value

View source: R/functions.R

Description

Function for interpolating using chebyshev coefficients

Usage

1
chebpred(x0, y0, coefmat, lb, ub)

Arguments

x0

x coordinate for interpolation

y0

y coordinate for interpolation

coefmat

matrix of coefficients from chebcoefs

lb

a vector of 2 lower bounds in each dimension

ub

a vector of 2 upper bounds in each dimension

Value

approximation for f(x,y)


mdgordo/flatlandr documentation built on Feb. 13, 2022, 11:31 a.m.