Estimate the correlation between two irregular time series that are not necessarily sampled on identical time points. This program is also applicable to the situation of two evenly spaced time series that are not on the same time grid. 'BINCOR' is based on a novel estimation approach proposed by Mudelsee (2010, 2014) to estimate the correlation between two climate time series with different timescales. The idea is that autocorrelation (AR1 process) allows to correlate values obtained on different time points. 'BINCOR' contains four functions: bin_cor() (the main function to build the binned time series), plot_ts() (to plot and compare the irregular and binned time series, cor_ts() (to estimate the correlation between the binned time series) and ccf_ts() (to estimate the cross-correlation between the binned time series).
Version: | 0.2.0 |
Imports: | pracma |
Published: | 2018-05-21 |
DOI: | 10.32614/CRAN.package.BINCOR |
Author: | Josué M. Polanco-Martínez [aut, cph, cre], Mikko Korpela [ctb, trl], Aalto University [cph], Manfred Mudelsee [ctb] |
Maintainer: | Josué M. Polanco-Martínez <josue.m.polanco at gmail.com> |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
Copyright: | Authors and file inst/COPYRIGHTS BINCOR copyright details |
NeedsCompilation: | no |
CRAN checks: | BINCOR results |
Reference manual: | BINCOR.pdf |
Package source: | BINCOR_0.2.0.tar.gz |
Windows binaries: | r-devel: BINCOR_0.2.0.zip, r-release: BINCOR_0.2.0.zip, r-oldrel: BINCOR_0.2.0.zip |
macOS binaries: | r-release (arm64): BINCOR_0.2.0.tgz, r-oldrel (arm64): BINCOR_0.2.0.tgz, r-release (x86_64): BINCOR_0.2.0.tgz, r-oldrel (x86_64): BINCOR_0.2.0.tgz |
Old sources: | BINCOR archive |
Please use the canonical form https://CRAN.R-project.org/package=BINCOR to link to this page.