pbsEDM_Evec | R Documentation |
Only works for one variable, non-differenced $N_t$, for now, as I haven't thought how to incorporate the lags variable properly yet.
pbsEDM_Evec(N_t, E_vec = 1:10, ...)
N_t |
[vector] Vector of non-differenced values $N_t$, with time assumed to be '1:length(N_t)'. |
E_vec |
The vector of embedding dimensions to try. ACTUALLY lags, see Issue 28. |
... |
Further options to pass to 'pbsEDM()'. |
List of 'pbsEDM' lists, each main component corresponds to a value of 'E', given by 'results$E'
Andrew Edwards
aa <- pbsEDM_Evec(NY_lags_example$N_t)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.