Skip to content

yqgchen/WR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WR: Wasserstein regression for distributional data

This package provides implementation of Wasserstein regression for distributional data, proposed by Chen, Y., Lin, Z., & Müller, H.-G. (2021+) https://doi.org/10.1080/01621459.2021.1956937.

Installation

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

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

Load the package

Once installed you can load the package with:

library(WR)

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. (2022). WR: Wasserstein regression for distributional data. R package version 0.1.0. https://github.com/yqgchen/WR

A BibTeX entry for LaTeX users is

@Manual{,
  title = {WR: Wasserstein regression for distributional data},
  author = {Chen, Yaqing and M\"uller, Hans-Georg},
  year = {2022},
  note = {R package version 0.1.0},
  url = {https://github.com/yqgchen/WR},
}

Acknowledgment

The development of this package is partly supported by NSF grants DMS-1712862 and DMS-2014626.

About

Wasserstein regression

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages