simulate_corr_rw: Simulate Correlated Random Walk

View source: R/simulation.R

simulate_corr_rwR Documentation

Simulate Correlated Random Walk

Description

This function simulates multiple correlated random walk processes.

Usage

simulate_corr_rw(N, sigma_rw)

Arguments

N

An integer indicating the length of the time series.

sigma_rw

A matrix denoting the covariance of the random walk innovations.

Value

A matrix of the simulated correlated random walk processes.

Author(s)

Davide Antonio Cucci


Yuming-Zhang/synimu documentation built on Jan. 29, 2023, 11:59 a.m.