Skip to content

Library Request: Rpy2 #4746

@AlexCatarino

Description

@AlexCatarino

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 master branch
  • I have confirmed that this is not a duplicate issue by searching issues

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions