Normally and positive distributed pseudorandom numbers

Simulation of positive Gaussian variables.
572 download
Aggiornato 30 apr 2010

Visualizza la licenza

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

Cita come

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

Compatibilità della release di MATLAB
Creato con R12
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Random Number Generation in Help Center e MATLAB Answers
Tag Aggiungi tag

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.2.0.0

Add a link to my webpage.

1.0.0.0