Phaselag: R package to compute the phase lag between two variables

Main Author: Renner, Maik
Format: info software
Terbitan: , 2019
Online Access: https://zenodo.org/record/2540535
Daftar Isi:
  • This repository provides an implemenation in the R programming language. The package accompanies the scientific manuscript which is published in the Journal Hydrology and Earth System Sciences as Renner et al., 2019 Using phase lags to evaluate model biases in simulating the diurnal cycle of evapotranspiration: a case study in Luxembourg, Hydrol. Earth Syst. Sci., 23, 515-535, https://doi.org/10.5194/hess-23-515-2019, 2019. Main functionality is to calculate the phase lag between two time series in time units, extending the Camuffo-Bernardi (1980) regression model with a harmonic analysis. The harmonic analysis was contributed by Luigi Conte. The package also contains some statistical utilities as well as simple meteorological functions. To install the R package use: library(devtools) install_github("laubblatt/phaselag") library(phaselag)