R/simulation.R
simulate_wn.Rd
This function simulates multiple white noise processes.
simulate_wn(N, sigma_wn)
An integer indicating the length of the time series.
integer
A vector of variances of the white noise processes.
vector
A matrix of the simulated white noise processes.
matrix
Davide Antonio Cucci