View source: R/pbsEDM_optimal_E.R
| pbsEDM_optimal_E | 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. Calls 'pbsEDM_Evec' and then just returns the results for the optimal 'E', based on highest 'rho'.
pbsEDM_optimal_E(N_t, lags_to_test = 1:10, ...)
N_t | 
 [vector] Vector of non-differenced values $N_t$, with time assumed to be '1:length(N_t)'.  | 
lags_to_test | 
 vec Vector of lags to try (gets passed onto 'E_vec' in 'pbsEDM_Evec'; see Issue 28).  | 
... | 
 Further options to pass to 'pbsEDM_Evec()' and then onto 'pbsEDM()'.  | 
A 'pbsEDM' list corresponding to the optimal 'E', based on 'N_rho'.
Andrew Edwards
  aa <- pbsEDM_optimal_E(NY_lags_example$N_t)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.