Normally and positive distributed pseudorandom numbers

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

View License

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

Cite As

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

MATLAB Release Compatibility
Created with R12
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Random Number Generation in Help Center and MATLAB Answers
Tags Add Tags

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.2.0.0

Add a link to my webpage.

1.0.0.0