Error check the parameters scale.min
, scale.max.input
, sigma
, f0
errcheck_wavparam(scale.min, scale.max.input, sigma, f0, times, callfunc)
The smallest scale of fluctuation that will be examined. At least 2.
The largest scale of fluctuation that is guaranteed to be examined
The ratio of each time scale examined relative to the next timescale. Should be greater than 1.
The ratio of the period of fluctuation to the width of the envelope. Defaults to 1.
The times data were measured at, spacing 1
Function calling this one, for better error messaging
errcheck_wavparam
returns nothing but throws and error if the conditions are not met