simCoreArray | R Documentation |
Simulate an array of proxy records with each record being composed of a signal that is common to all the records in the array and an independent noise component. Both components are simulated such that their spectra follow a power-law of the form 'alpha * f^(-beta)' where 'f' denotes frequency.
simCoreArray(signal.par, noise.par, nc, nt)
signal.par |
a named list with elements 'alpha' and 'beta' supplying the power-law parameters to simulate the common signal. |
noise.par |
as |
nc |
the number of proxy records ('"cores"') in the array. |
nt |
the length of each record in the array. |
a list with 'nc' elements where each is one simulated proxy record of length 'nt'.
Thomas Münch
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.