Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.17 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.17 KB

OPW: Pairwise warping for metric space valued functional data

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.

Installation

You can install the development version of the package in R using:

devtools::install_github("yqgchen/OPW", ref = "main")

Load the package

Once installed you can load the package with:

library(OPW)

Citation

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},
}

Acknowledgment

The development of this package is partly supported by NSF grant DMS-2311035.