continuous.function.interpolate {RQEntangle}R Documentation

Interpolate values of functions.

Description

Interpolate values of functions.

Usage

continuous.function.interpolate(xarr, yarr, x)

Arguments

xarr

a vector of x (sorted)

yarr

a vector of y

x

given value of x

Value

interpolated value of y


[Package RQEntangle version 0.1.3 Index]