• Skip to content (access key 1)
  • Skip to search (access key 7)
FWF — Austrian Science Fund
  • Go to overview page Discover

    • Research Radar
      • Research Radar Archives 1974–1994
    • Discoveries
      • Emmanuelle Charpentier
      • Adrian Constantin
      • Monika Henzinger
      • Ferenc Krausz
      • Wolfgang Lutz
      • Walter Pohl
      • Christa Schleper
      • Elly Tanaka
      • Anton Zeilinger
    • Impact Stories
      • Verena Gassner
      • Wolfgang Lechner
      • Birgit Mitter
      • Oliver Spadiut
      • Georg Winter
    • scilog Magazine
    • Austrian Science Awards
      • FWF Wittgenstein Awards
      • FWF ASTRA Awards
      • FWF START Awards
      • Award Ceremony
    • excellent=austria
      • Clusters of Excellence
      • Emerging Fields
    • In the Spotlight
      • 40 Years of Erwin Schrödinger Fellowships
      • Quantum Austria
    • Dialogs and Talks
      • think.beyond Summit
    • Knowledge Transfer Events
    • E-Book Library
  • Go to overview page Funding

    • Portfolio
      • excellent=austria
        • Clusters of Excellence
        • Emerging Fields
      • Projects
        • Principal Investigator Projects
        • Principal Investigator Projects International
        • Clinical Research
        • 1000 Ideas
        • Arts-Based Research
        • FWF Wittgenstein Award
      • Careers
        • ESPRIT
        • FWF ASTRA Awards
        • Erwin Schrödinger
        • doc.funds
        • doc.funds.connect
      • Collaborations
        • Specialized Research Groups
        • Special Research Areas
        • Research Groups
        • International – Multilateral Initiatives
        • #ConnectingMinds
      • Communication
        • Top Citizen Science
        • Science Communication
        • Book Publications
        • Digital Publications
        • Open-Access Block Grant
      • Subject-Specific Funding
        • AI Mission Austria
        • Belmont Forum
        • ERA-NET HERA
        • ERA-NET NORFACE
        • ERA-NET QuantERA
        • Alternative Methods to Animal Testing
        • European Partnership BE READY
        • European Partnership Biodiversa+
        • European Partnership BrainHealth
        • European Partnership ERA4Health
        • European Partnership ERDERA
        • European Partnership EUPAHW
        • European Partnership FutureFoodS
        • European Partnership OHAMR
        • European Partnership PerMed
        • European Partnership Water4All
        • Gottfried and Vera Weiss Award
        • LUKE – Ukraine
        • netidee SCIENCE
        • Herzfelder Foundation Projects
        • Quantum Austria
        • Rückenwind Funding Bonus
        • WE&ME Award
        • Zero Emissions Award
      • International Collaborations
        • Belgium/Flanders
        • Germany
        • France
        • Italy/South Tyrol
        • Japan
        • Korea
        • Luxembourg
        • Poland
        • Switzerland
        • Slovenia
        • Taiwan
        • Tyrol-South Tyrol-Trentino
        • Czech Republic
        • Hungary
    • Step by Step
      • Find Funding
      • Submitting Your Application
      • International Peer Review
      • Funding Decisions
      • Carrying out Your Project
      • Closing Your Project
      • Further Information
        • Integrity and Ethics
        • Inclusion
        • Applying from Abroad
        • Personnel Costs
        • PROFI
        • Final Project Reports
        • Final Project Report Survey
    • FAQ
      • Project Phase PROFI
      • Project Phase Ad Personam
      • Expiring Programs
        • Elise Richter and Elise Richter PEEK
        • FWF START Awards
  • Go to overview page About Us

    • Mission Statement
    • FWF Video
    • Values
    • Facts and Figures
    • Annual Report
    • What We Do
      • Research Funding
        • Matching Funds Initiative
      • International Collaborations
      • Studies and Publications
      • Equal Opportunities and Diversity
        • Objectives and Principles
        • Measures
        • Creating Awareness of Bias in the Review Process
        • Terms and Definitions
        • Your Career in Cutting-Edge Research
      • Open Science
        • Open-Access Policy
          • Open-Access Policy for Peer-Reviewed Publications
          • Open-Access Policy for Peer-Reviewed Book Publications
          • Open-Access Policy for Research Data
        • Research Data Management
        • Citizen Science
        • Open Science Infrastructures
        • Open Science Funding
      • Evaluations and Quality Assurance
      • Academic Integrity
      • Science Communication
      • Philanthropy
      • Sustainability
    • History
    • Legal Basis
    • Organization
      • Executive Bodies
        • Executive Board
        • Supervisory Board
        • Assembly of Delegates
        • Scientific Board
        • Juries
      • FWF Office
    • Jobs at FWF
  • Go to overview page News

    • News
    • Press
      • Logos
    • Calendar
      • Post an Event
      • FWF Informational Events
    • Job Openings
      • Enter Job Opening
    • Newsletter
  • Discovering
    what
    matters.

    FWF-Newsletter Press-Newsletter Calendar-Newsletter Job-Newsletter scilog-Newsletter

    SOCIAL MEDIA

    • LinkedIn, external URL, opens in a new window
    • , external URL, opens in a new window
    • Facebook, external URL, opens in a new window
    • Instagram, external URL, opens in a new window
    • YouTube, external URL, opens in a new window

    SCILOG

    • Scilog — The science magazine of the Austrian Science Fund (FWF)
  • elane login, external URL, opens in a new window
  • Scilog external URL, opens in a new window
  • de Wechsle zu Deutsch

  

Automatic Random Variate Generation

Automatic Random Variate Generation

Gerhard Derflinger (ORCID: )
  • Grant DOI 10.55776/P12805
  • Funding program Principal Investigator Projects
  • Status ended
  • Start October 1, 1999
  • End October 31, 2003
  • Funding amount € 107,265
  • Project website

Disciplines

Computer Sciences (100%)

Keywords

    RANDOM VARIATE GENERATION, AUTOMATIC METHODS, T-CONCAVE DISTRIBUTIONS, MULTIVARIATE DISTRIBUTIONS, QUALITY OF NON-UNIFORM VARIATES

Abstract

Random variate generation is an important tool for stochastic simulation. Fast algorithms for different standard distributions are well known and often used by simulation practitioners. These algorithms are also available in different softwafe libraries. But it is not well known that there are also automatic (sometimes called universal or black-box) algorithms described in the literature. These algorithms are applicable for large families of different distributions, it is only necessary to have some information about the actual distribution, for example the density and the location of the mode. The automatic algorithm uses these informations to compute all necessary constants for generation from that distribution in the so-called set-up step. Then the automatic algorithm is able to generate variates from that distribution. lt is clear that most automatic algorithms are a bit complicated but they have great practical advantages: An algorithm coded and tested only once can do the same as a library of generators for standard distributions. lf random variates from a new distribution are needed it is not necessary to design and code a new generation algorithm. It is enough to check that the new distribution has the properties necessary for the automatic algorithm and to code the density function of the distribution. The rest of the job is done by the automatic algorithm. The main part of the research will be on a recent idea for automatic random variate generation called transformed density rejection. There the density is transformed by a transformation T into a concave function. For a concave function it is easy to construct a dominating function, simply take the pointwise minimum of several tangents. This piecewise linear function transformed back by the inverse transform of T can be used as dominating function (or hat function) for rejection algorithms. Our research in the last years showed that transformed density rejection is a very flexible method that can be used to design quite different automatic generators. One of the main advantages is that it can be even generalized to multidimensional distributions. The main objectives of the research project are the following: For one-dimensional automatic generators the optimal choice of the points of contact will be disussed. The properties of the family of T-concave distributions will be discussed; based on these results new fast algorithms for order-statistics will be designed. For multivariate automatic generators the main emphasis will be laid in the design and coding of fast methods for bi- and multivariate T-concave distributions. lt will also be investigated if it is possible to generalize these methods to non-T-concave distributions as well. Another part of the project is the investigation of the quality of randorn variates generated by the new automatic algorithms. Is the quality of the uniform random number generator used preserved? Are there certain uniform random number generators that cooperate well with the new methods and others that do not produce high quality random variates? What can be done if a multivariate distribution is necessary for a simulation model and some (multivariate) data are available but there is no idea which multivariate distribution could be used? One objective is the design of an algorithm that can generate multivariate randorn variates directly from data. Perhaps the most important part of the project will be the optimal coding of all automatic algorithms. They will be collected in a C-Iibrary together with a detailed documentation. Based on this software library and documentation we plan to write a monograph including all relevant theory on automatic random variate generation methods.

Research institution(s)
  • Wirtschaftsuniversität Wien - 100%

Research Output

  • 9 Citations
  • 2 Publications
Publications
  • 2003
    Title Short universal generators via generalized ratio-of-uniforms method
    DOI 10.1090/s0025-5718-03-01511-4
    Type Journal Article
    Author Leydold J
    Journal Mathematics of Computation
    Pages 1453-1471
    Link Publication
  • 2003
    Title An automatic code generator for nonuniform random variate generation
    DOI 10.1016/s0378-4754(02)00244-6
    Type Journal Article
    Author Leydold J
    Journal Mathematics and Computers in Simulation
    Pages 405-412
    Link Publication

Discovering
what
matters.

Newsletter

FWF-Newsletter Press-Newsletter Calendar-Newsletter Job-Newsletter scilog-Newsletter

Contact

Austrian Science Fund (FWF)
Georg-Coch-Platz 2
(Entrance Wiesingerstraße 4)
1010 Vienna

office(at)fwf.ac.at
+43 1 505 67 40

General information

  • Job Openings
  • Jobs at FWF
  • Press
  • Philanthropy
  • scilog
  • FWF Office
  • Social Media Directory
  • LinkedIn, external URL, opens in a new window
  • , external URL, opens in a new window
  • Facebook, external URL, opens in a new window
  • Instagram, external URL, opens in a new window
  • YouTube, external URL, opens in a new window
  • Cookies
  • Whistleblowing/Complaints Management
  • Accessibility Statement
  • Data Protection
  • Acknowledgements
  • IFG-Form
  • Social Media Directory
  • © Österreichischer Wissenschaftsfonds FWF
© Österreichischer Wissenschaftsfonds FWF