Releases: stscl/spEDM
spEDM 1.4
spEDM 1.3
-
Implement the
smap
funtion to enable the selection of the optimal theta parameter (#128). -
Now bidirectional mapping in the
gccm
result uses afull join
structure when organized on the R side (#118). -
Support for calculating unidirectional mappings in the
gccm
function (#117). -
Relax
gccm
C++ source codelibsizes
minimum value constraint ofE+2
(#109). -
Include an option in
gccm
to determine whether to include the current state when generating embedding vectors (#103). -
Provide a complete
GCCM
workflow for spatial lattice and grid data in thegccm
vignette (#100). -
Add
simplex
function to support selecting the optimal embedding dimension for variables (#98). -
Provide an R-level API for generating embeddings (#97).
-
Support testing causal links in GCCM with different
E
andk
for cause and effect variables (#96). -
Add thread settings for
gccm
(#94). -
Resolve r crash caused by invalid
E
#90 andk
#89 parameter settings ingccm
. -
Fix incorrect Pearson correlation calculation in
C++
code when input contains NA (#83). -
Add
S-maps
cross-prediction support togccm
(#81).