GaussianRSG:

Path: Math/Probability

% Gaussian Random Sequence Generator Using the Box-Mueller Transform

   Since version 8.
--------------------------------------------------------------------------
   Form:
   out = GaussianRSG(a,b,N)
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   a                  Mean [Default = 0] (1,1)
   b                  Standard Deviation [Default = 1] (1,1)
   N                  Length of desired sequence [Default = 1] (1,1)

   -------
   Outputs
   -------
   out                Output Sequence (N,1)

--------------------------------------------------------------------------

Back to the Math Module page