powered by
For a given set of parameters \(\theta\) and the number of high-frequency lags, returns weights implied by exponential Almon functional form.
expalmon_w(param, dayLag)
two-dimensional parameter vector \(\theta\).
number of high-frequency lags.
(normalized) weights vector.
# NOT RUN { param <- c(0.02,-0.2) dayLag <- 22 expalmon_w(param, dayLag) # }
Run the code above in your browser using DataLab