Learn R Programming

beyondWhittle (version 1.3.0)

dbList_dw_Bern: Construct Bernstein polynomial bases of degree up to kmax on omega

Description

Construct Bernstein polynomial bases of degree up to kmax on omega

Usage

dbList_dw_Bern(omega, kmax, bernstein_l = 0, bernstein_r = 1)

Value

A list of length kmax, where the k-th list element is a matrix containing the polynomial basis of degree k

Arguments

omega

numeric vector in \([0,1]\) of evaluation points

kmax

positive integer for the largest degree

bernstein_l, bernstein_r

left and right truncation related to the dilation

Examples

Run this code
if (FALSE) {
omega <- seq(0, 1, by = 0.01)
dbList_dw_Bern(omega, 100, 0.1, 0.9)
}

Run the code above in your browser using DataLab