Skip to content

markvanderloo/synthesizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Create synthetic data based on the multivariate empirical quantile function

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published