This function simulates multiple white noise processes.

simulate_wn(N, sigma_wn)

Arguments

N

An integer indicating the length of the time series.

sigma_wn

A vector of variances of the white noise processes.

Value

A matrix of the simulated white noise processes.

Author

Davide Antonio Cucci