Normally and positive distributed pseudorandom numbers

Simulation of positive Gaussian variables.
572 descargas
Actualizado 30 abr 2010

Ver licencia

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

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R12
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Random Number Generation en Help Center y MATLAB Answers.
Etiquetas Añadir etiquetas

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.2.0.0

Add a link to my webpage.

1.0.0.0