/synthesizer

Create synthetic data based on the multivariate empirical quantile function

Primary LanguageRGNU General Public License v3.0GPL-3.0

CRAN Downloads status

synthesizer

Create synthetic data based on the Empirical inverse CDFs and Rank Matching

Installing

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).

Example

library(synthesizer)
synth_iris <- synthesize(iris)

See the introductory vignette.

Licence

This software is released under EUPL.