noise
Draw a correlated noise process on a lag grid.
Declaration
y = noise(self,t)
Parameters
tlag grid used to evaluate the autocorrelation model
Returns
yrandom process samples with the same shape ast
Discussion
When rho is empty, noise returns independent samples with
the same shape as t. When rho is defined, it evaluates
\(\rho(t)\), forms the corresponding Toeplitz correlation
model, and applies its Cholesky factor to the independent
draws.