pbsEDM_Evec: Do the 'pbsEDM()' calculation for vector of 'E' values

View source: R/pbsEDM_Evec.R

pbsEDM_EvecR Documentation

Do the 'pbsEDM()' calculation for vector of 'E' values

Description

Only works for one variable, non-differenced $N_t$, for now, as I haven't thought how to incorporate the lags variable properly yet.

Usage

pbsEDM_Evec(N_t, E_vec = 1:10, ...)

Arguments

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()'.

Value

List of 'pbsEDM' lists, each main component corresponds to a value of 'E', given by 'results$E'

Author(s)

Andrew Edwards

Examples


  aa <- pbsEDM_Evec(NY_lags_example$N_t)


luke-a-rogers/pbsedm documentation built on June 3, 2024, 5:20 a.m.