Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement more interpolation methods for PeriEventTraceSampler #58

Open
3 tasks
neuromusic opened this issue Dec 7, 2017 · 0 comments
Open
3 tasks

Comments

@neuromusic
Copy link
Contributor

neuromusic commented Dec 7, 2017

with keyword arguments

  • cubic spline (default)
  • sinc
  • kriging

further, the user should be able to pass any of the univariate functions from scipy.interpolate that take x & y as arguments and return a function that can be applied to new x values to return interpolated y values

@neuromusic neuromusic changed the title consider alternative interpolation methods implement alternative interpolation methods Dec 11, 2017
@neuromusic neuromusic changed the title implement alternative interpolation methods implement more interpolation methods for PeriEventTraceSampler Dec 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant