pairingits | R Documentation |
Pairing the observational times of two irregularly observed time series
pairingits(lc1, lc2, tol = 0.1)
lc1 |
data frame with three columns corresponding to the first irregularly observed time series. The columns must be ordered as follow: First the observational times, second the measures of each time, and third the measurement errors. |
lc2 |
data frame with three columns corresponding to the second irregularly observed time series. The columns must be ordered as follow: First the observational times, second the measures of each time, and third the measurement errors. |
tol |
tolerance parameter. Minimum time gap to consider that two observations have measured at different times. |
A list with the following components:
n Number of observations paired by their observational times.
parData Frame with the paired datasets.
Elorrieta_2021iAR
cvnovag
, cvnovar
, BIARkalman
data(cvnovag) data(cvnovar) pargr=pairingits(cvnovag,cvnovar,tol=0.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.