pairingits: Pairing two irregularly observed time series

View source: R/pairingits.R

pairingitsR Documentation

Pairing two irregularly observed time series

Description

Pairing the observational times of two irregularly observed time series

Usage

pairingits(lc1, lc2, tol = 0.1)

Arguments

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.

Value

A list with the following components:

  • n Number of observations paired by their observational times.

  • parData Frame with the paired datasets.

References

\insertRef

Elorrieta_2021iAR

See Also

cvnovag, cvnovar, BIARkalman

Examples

data(cvnovag)
data(cvnovar)
pargr=pairingits(cvnovag,cvnovar,tol=0.1)

iAR documentation built on Nov. 25, 2022, 1:06 a.m.

Related to pairingits in iAR...