This package provides implementation of pairwise warping for metric space valued functional data, currently including distributional data, proposed by Chen, Y. & Müller, H.-G. (2022) https://doi.org/10.1214/21-AOS2163.
You can install the development version of the package in R using:
devtools::install_github("yqgchen/OPW", ref = "main")
Once installed you can load the package with:
library(OPW)
If using this package, one must cite this package properly.
For papers following APA format, we recommend the following citation:
Chen, Y., & Müller, H.-G. (2023). OPW: Pairwise warping for metric space valued functional data. R package version 0.1.0. https://github.com/yqgchen/OPW
A BibTeX entry for LaTeX users is
@Manual{,
title = {OPW: Pairwise warping for metric space valued functional data},
author = {Chen, Yaqing and M\"uller, Hans-Georg},
year = {2023},
note = {R package version 0.1.0},
url = {https://github.com/yqgchen/OPW},
}
The development of this package is partly supported by NSF grant DMS-2311035.