Create synthetic data based on the Empirical inverse CDFs and Rank Matching
The latest CRAN release can be installed as usual
install.packages("synthesizer")
The git version can be installed by cloning the repo and using make
.
git clone https://github.com/markvanderloo/synthesizer
cd synthesizer
make install
No guarantees that it will actually build, install, or give correct results. (This is after all the place where development takes place).
library(synthesizer)
synth_iris <- synthesize(iris)
See the introductory vignette.
This software is released under EUPL.