View source: R/dynamicWhittle_miscellanea_zigzag.R
| betaBasis_k_dw | R Documentation | 
Construct Bernstein polynomial basis of degree k on omega
betaBasis_k_dw(omega, k, bernstein_l = 0, bernstein_r = 1)
omega | 
 numeric vector in   | 
k | 
 positive integer for the degree  | 
bernstein_l | 
 left boundary of the dilated Bernstein polynomials  | 
bernstein_r | 
 right boundary of the dilated Bernstein polynomials  | 
A matrix
## Not run: 
omega <- seq(0, 1, by = 0.01)
betaBasis_k_dw(omega, 100, 0.1, 0.9)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.