Normally and positive distributed pseudorandom numbers

Simulation of positive Gaussian variables.
572 Downloads
Aktualisiert 30. Apr 2010

Lizenz anzeigen

This function generate random variables distributed according to a truncated normal distribution (or, by a translation, to a normal distribution with positive support). This kind of problem is especially interesting for generating variables with MCMC methods.

We use a mixed accept-reject algorithm, i.e. a classical accept-reject algorithm using several proposal distributions, each one being adapted to the different values of the distribution parameters. Then, with respect to these parameter values, the proposal distribution which gives the highest average probability of acceptance is used to simulate a variable.

The ZIP file contains the function rpnorm and an example.

http://lsiit-miv.u-strasbg.fr/lsiit/perso/mazet/rpnorm-en.htm

Zitieren als

Vincent Mazet (2024). Normally and positive distributed pseudorandom numbers (https://www.mathworks.com/matlabcentral/fileexchange/27430-normally-and-positive-distributed-pseudorandom-numbers), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R12
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Random Number Generation finden Sie in Help Center und MATLAB Answers
Tags Tags hinzufügen

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
1.2.0.0

Add a link to my webpage.

1.0.0.0