randSN function

Standard normal errors using box Muller

Standard normal errors using box Muller

This function generates uncorrelated standard normal processes using box Muller method.

randSN(n, q)

Arguments

  • n: Integer determining the length of the process to be simulated
  • q: Integer determining the number of processes to be simulated

Returns

A (T x q) matrix of standard normal distributed errors

  • Maintainer: Gabriel Rodriguez Rondon
  • License: GPL (>= 2)
  • Last published: 2025-02-24