estim_mar2_link | R Documentation |
estim_mar2_link
computes the parameters relative to the mixture of the
two autoregressive processes of order 1 (MAR, see equation 9 in Qasmi and
Ribes, 2021) to capture fast and slow components within a given time series.
Parameters are estimated by maximum likelihood via the optim
function.
estim_mar2_link(y)
y |
a vector time series corresponding to an estimate of observed internal variability. |
a vector containing the MAR1 parameters fitted to y
.
var1_ar1
(var2_ar1
) is the variance of the white noise
associated with the first (second) AR1. alpha1_ar1
(alpha2_ar1
) is the coefficient at lag 1 associated with the first
(second) AR1.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.