No BSD License  

Highlights from
Laplacian random number generator

4.4

4.4 | 5 ratings Rate this file 35 Downloads (last 30 days) File Size: 714 Bytes File ID: #13705

Laplacian random number generator

by Elvis Chen

 

18 Jan 2007 (Updated 18 Jan 2007)

Generate i.i.d. random number drawn from laplacian distribution with specified parameter

| Watch this File

File Information
Description

function y = laprnd(m, n, mu, sigma)
%LAPRND generate i.i.d. laplacian random number drawn from laplacian distribution
% with mean mu and standard deviation sigma.
% mu : mean
% sigma : standard deviation
% [m, n] : the dimension of y.
% Default mu = 0, sigma = 1.
% For more information, refer to
% http://en.wikipedia.org./wiki/Laplace_distribution

Required Products Statistics Toolbox
MATLAB release MATLAB 7.1.0 (R14SP3)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (5)
19 Jan 2007 John D'Errico

It does what it says. Its vectorized, well coded, with good help, some error checks (ok, it does not check for sigma<0, nor worry about the shapes of its arguments), it has default values for the parameters, an H1 line, a reference to wikipedia. These are all things I like very much to see.

In my obsessive drive for completeness, I'd want to see also tools for the pdf, cdf, and inverse cdf. I wanted to rate this about a 4.5 as is.

02 May 2007 Abdellatif Salah

well done

02 Sep 2007 Osman Gulseven

Does the Job

11 Apr 2008 Nishank Pathak

Thanks

23 Jul 2009 Chetan Mandaliya

Dear U helped very much. I got what i was doing for 2 days. Thank you very much

Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
statistics Elvis Chen 22 Oct 2008 08:57:33
probability Elvis Chen 22 Oct 2008 08:57:33
laplacian random number Elvis Chen 22 Oct 2008 08:57:33

Contact us at files@mathworks.com