API Reference
Version 1.x of pyEDM and rEDM are wrappers for the cppEDM library. Version 2.x of pyEDM uses numpy/scipy instead of cppEDM.
Note: The Rcpp wrapper limits rEDM:cppEDM API functions to 20 parameters. As a result the rEDM API does not have full functional access to the EDM API. Users requiring the full API are referred to pyEDM.
Note: SMap
linear system solver regularization: The R glmnet package does not seperate the model from the data. This prevents integration in rEDM. Users requiring SMap
regularization are referred to pyEDM.