This package provides a GUI (Graphical User Interface) for the UNU.RAN random variate generators.
The author thanks John Verzani for many helpful hints.
Package: | RunuranGUI |
Type: | Package |
Version: | 0.3 |
Date: | 2018-01-26 |
License: | GPL 2 or later |
This package allows to build generators for non-uniform random variates interactively for quite arbitrary distributions. Thus one can either select one of the predefined distributions, or one can build a distribution object from scratch by providing data like the density function.
R code for the required calls from package Runuran can be displayed and stored for later use. Some basic analysis like goodness-of-fit tests can be performed.
W. H\"ormann, J. Leydold, and G. Derflinger (2004): Automatic Nonuniform Random Variate Generation. Springer-Verlag, Berlin Heidelberg
J. Leydold and W. H\"ormann (2000-2010): UNU.RAN User Manual, see http://statmath.wu.ac.at/unuran/.
Start GUI by means of function unuran.gui
.
See package Runuran
for help on the UNU.RAN library of universal non-uniform random
variate generators.
Tests are implemented in package
rvgtest
.