makeExcursion.Rd
Build a synthetic LiPD-timeseries-tibble with an excusrion
makeExcursion(
time = NA,
length = 1000,
amplitude = 1,
delta.amplitude = 0,
start.time = 400,
duration = 200,
snr = 1,
sample.spacing.frac = 1,
noise.ar1 = 0.5,
...
)
time vector over which to make the excursion
number of time steps in series
amplitude of excursion
amplitude of change during excursion
beginning time step of excursion
duration of excursion
signal to noise ratio
if < 1, fraction of the data to retain, randomly removing others
AR1 coefficient for the noise
parameters passed to prepareInput
ltt