powered by
Construct Bernstein polynomial bases of degree up to kmax on omega for frequency parameter lambda
dbList_dw_Bern_for_lambda( omega, kmax, bernstein_l = 0, bernstein_r = 1, m, time_grid )
A list of length kmax, where the k-th list element is a matrix containing the polynomial basis of degree k
numeric vector in \([0,1]\) of evaluation points
positive integer for the largest degree
left and right truncation related to the dilation
if (FALSE) { omega <- time_grid <- seq(0, 1, by = 0.01) dbList_dw_Bern_for_lambda(omega, 100, 0.1, 0.9) }
Run the code above in your browser using DataLab