spectrum_est | R Documentation |
Internal function used to estimate the power spectrum of residuals estimated from the RAR().
spectrum_est(df, method = c("pss", "whittle"), log_transform = c(TRUE,
FALSE), ...)
df |
dataframe containing residuals from extended cosine model from RAR() and date and time. |
method |
specifies if smooth or penalized spline should be used. Default is smooth. |
log_transform |
specifies if log power spectrum should be calculated. TRUE is default |
... |
additional parameters from astsa::mvspec() or gss::gssanova() |
Jessica Graves
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.