fit_ema_gbm | R Documentation |
Assuming log-returns. This estimates drift vector and covariance matrix but with an EMA filter. A log-adjustment is made to the drift per the GBM dynamics.
fit_ema_gbm(X, lambda = 0.94, h = 1/252)
X |
data-set |
lambda |
weight parameter (near 0 corresponds to sample mean) |
h |
timescale |
list of drift and covariance matrix Sigma
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.