mvlaprnd(d,MU,SIGMA​)

Generate multivariate laplacian random numbers

You are now following this Submission

The program generates random numbers from a multivariate Laplacian distribution. Multivariate Laplacian random number generator is of significance since this distribution is one of the sparse distributions which is commonly encountered in speech and image signals. For most of the natural signals, there exist a sparse representation of the signal where multivariate Laplace distributions can be widely used.

Cite As

Arun M (2026). mvlaprnd(d,MU,SIGMA) (https://uk.mathworks.com/matlabcentral/fileexchange/61467-mvlaprnd-d-mu-sigma), MATLAB Central File Exchange. Retrieved .

Categories

Find more on Random Number Generation in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0

The condition for checking positive definiteness of covariance matrix is modified.