-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Description
Expected Behavior
Support Rpy2
Adds R library exuber.
Actual Behavior
Does not support Rpy2
Potential Solution
Review and approve Rpy2
from rpy2.robjects.packages import importr
exuber = importr('exuber')
# params
x = np.random.rand(500) # python code, test data
adf_lag = 2
bubble = exuber.radf(x, minw= 50, lag = adf_lag)Checklist
- I have completely filled out this template
- I have confirmed that this issue exists on the current
masterbranch - I have confirmed that this is not a duplicate issue by searching issues