-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
267 additions
and
216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
Package: timevarcorr | ||
Title: Time Varying Correlation | ||
Version: 0.1.0 | ||
Version: 0.1.1 | ||
Authors@R: | ||
c(person("Alexandre", "Courtiol", email = "[email protected]", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0003-0637-2959")), | ||
person("François", "Rousset", role = "aut", comment = c(ORCID = "0000-0003-4670-0371"))) | ||
Description: | ||
Computes how the correlation between 2 time-series changes over time. | ||
To do so, the package performs a non-parametric kernel smoothing (using a common bandwidth) of all underlying components required for the computation of a correlation coefficient (i.e., x, y, x^2, y^2, xy). | ||
To do so, the package follows the method from Choi & Shin (2021) <doi:10.1007/s42952-020-00073-6>. | ||
It performs a non-parametric kernel smoothing (using a common bandwidth) of all underlying components required for the computation of a correlation coefficient (i.e., x, y, x^2, y^2, xy). | ||
An automatic selection procedure for the bandwidth parameter is implemented. | ||
Alternative kernels can be used (Epanechnikov, box and normal). | ||
Both Pearson and Spearman correlation coefficients can be estimated and change in correlation over time can be tested. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
# timevarcorr 0.1.1 | ||
|
||
New submission to CRAN after revisions. | ||
|
||
* Add Choi & Shin (2021) in DESCRIPTION. | ||
* Improve documentation (returns more detailed and use of LaTeX). | ||
|
||
# timevarcorr 0.1.0 | ||
|
||
* Initial CRAN submission. | ||
Initial CRAN submission (rejected). | ||
|
||
# timevarcorr 0.0.0.9006 and earlier | ||
|
||
* Prepare package for CRAN release. | ||
Prepare package for CRAN release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.