fastapprox: Fast approximation

Description Usage Arguments Value Author(s) Examples

Description

Interpolation function

Usage

1
fastapprox(x1, x2, y)

Arguments

x1

Vector or matrix of observations

x2

Observation times

y

Response paired with x1 (can optionally be given as the second column in x1)

Value

New list of responses y(x2) interpolated (ceiling) from x1

Author(s)

Klaus K. Holst

Examples

1
fastapprox(seq(-10,10,length.out=10),seq(-10,10,length.out=100),1:10)

kkholst/lava.nlin documentation built on May 20, 2019, 10:47 a.m.