Releases: SugiharaLab/cppEDM
Version 1.15.4
Move SMap NaN warning to verbose. Improve ComputeError NaN handling, require minimum 5 prediction / observation pairs for error computation.
Version 1.15.2
Allow columns names to have spaces. Use the "," delimiter in columns or target arguments to refer to data frame columns with names containing spaces. Remove SMap warning for Takens violation.
Version 1.15.1
Python Windows: Remove OpenBLAS LAPACK calls to dgelss. pyEDM must supply SVD solver. rEDM will use the R supplied BLAS.
ignoreNan added to PredictNonlinear.
Version 1.15.0
SMap ignoreNan : default true : adjust lib to ignore nan in data.
SMap singularValues : DataFrame of SVD singular values added in SMap return object.
v1.14.2
Remove CMM MV and +tau Embed warnings.
Simplex remove redundant exp call.
v1.14.0
Add generateLibrary flag. False (default) : library is static as set in lib. True : library adds newly generated data.
Version 1.13.1
Add DateTimeTest.
Add Embed and MVE-CCM in etc/tests.
DatetimeInfo constructor.
Set target from columns[0].
Version 1.12.2
Multiview data.frame and SMap coefficient labels.
Version 1.12.0
Adds exclusionRadius
and validLib
to EmbedDimension()
, PredictInterval()
and PredictNonlinear()
.
Version 1.9.3
v1.9.3 v1.9.3 CCM Tp < -1 validation.