Learn R Programming

RunuranGUI (version 0.3)

RunuranGUI-package: A GUI for the UNU.RAN random variate generators.

Description

This package provides a GUI (Graphical User Interface) for the UNU.RAN random variate generators.

Arguments

Acknowledgements

The author thanks John Verzani for many helpful hints.

Details

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.

References

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

See Also

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.