powered by
For a given set of parameters \(\theta\) and the number of high-frequency lags, returns weights implied by Restricted Beta density functional form.
rbeta_w(param, dayLag)
one-dimensional parameter vector \(\theta\).
number of high-frequency lags.
(normalized) weights vector.
# NOT RUN { param <- 3 dayLag <- 22 rbeta_w(param, dayLag) # }
Run the code above in your browser using DataLab