Description
Tools for Computational Optimal Transport.
Description
Transport theory has seen much success in many fields of statistics and machine learning. We provide a variety of algorithms to compute Wasserstein distance, barycenter, and others. See Peyré and Cuturi (2019) <doi:10.1561/2200000073> for the general exposition to the study of computational optimal transport.
README.md
T4transport
We introduce T4transport, an R package designed as a computational toolkit for a collection of algorithms in the field of optimal transport.
Installation
- Option 1 : released version from CRAN.
install.packages("T4transport")
- Option 2 : development version from GitHub.
# install.packages("devtools")
devtools::install_github("kisungyou/T4transport")