fas_cal | R Documentation |
This function computes FAS (with and without 0 padding)
fas_cal(ts, dt, max_order = 0)
ts |
An array of time series |
dt |
The time step |
max_order |
An integer, the maximum factor after padding 0 at the end; if max_order = 0, then no zero padding; if max_order = 3, the length of ts becomes at least 4 times. |
A list is returned with FFT of ts, FAS, the associated frequency of FAS, the associated phase
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.