dbList {beyondWhittle} | R Documentation |
Construct Bernstein polynomial basises of degree up to kmax on omega
Description
Construct Bernstein polynomial basises of degree up to kmax on omega
Usage
dbList(n, kmax, bernstein_l = 0, bernstein_r = 1, coarsened = F, verbose = F)
Arguments
n |
positive integer determining the number of the (equidistant) evaluation points in [0,1] |
kmax |
positive integer for the largest degree |
bernstein_l , bernstein_r |
left and right truncation |
coarsened |
bool flag indicating whether coarsened or standard Bernstein polynomials are used |
verbose |
debugging parameter |
Value
A list of length kmax, where the k-th list element is a matrix containing the polynomial basis of degree k
[Package beyondWhittle version 1.2.1 Index]