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

General Improvements to stingray.modeling #520

Open
1 of 5 tasks
dhuppenkothen opened this issue Jan 20, 2021 · 1 comment
Open
1 of 5 tasks

General Improvements to stingray.modeling #520

dhuppenkothen opened this issue Jan 20, 2021 · 1 comment
Labels
enhancement Improve existing functionality. feature Additional functionality. GSoC 2021 help wanted We need additional help with these issues! medium-priority Medium-priority issues.

Comments

@dhuppenkothen
Copy link
Member

dhuppenkothen commented Jan 20, 2021

A bunch of things that I think could improve the modeling interface:

  • make stingray.modeling compatible with emcee3 (issue emcee update #455)
  • make sure stingray.modeling supports bounds (issue Bounds and parameter links in Maximum likelihood fitting #187 and issue Model bounds ignored #463); I suspect this might be an issue with the underlying scipy.optimize that I don't understand
  • implement support for pymc3 and Hamiltonian Monte Carlo, which should make this much faster
  • implement support for autodiff and more modern fitting methods (e.g variational inference)
  • Move away from using astropy.models: using the astropy models keeps causing issues primarily for threads and multiprocessing, but also makes it harder to set up functions with logarithmic parameters and complex priors. I'd kind of like to move away from the astropy.models interface, but that requires some more thought.
@dhuppenkothen dhuppenkothen added enhancement Improve existing functionality. feature Additional functionality. help wanted We need additional help with these issues! medium-priority Medium-priority issues. labels Jan 20, 2021
@PrakharQ
Copy link

PrakharQ commented Mar 3, 2021

Hi,
I am currently a 4th year undergraduate at IIT Kanpur and planning to take part in GSoC 2021. I've done many courses involving signal processing and Bayesian inference. I would like to work on this project. Can you guide me from where I should start?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improve existing functionality. feature Additional functionality. GSoC 2021 help wanted We need additional help with these issues! medium-priority Medium-priority issues.
Projects
None yet
Development

No branches or pull requests

3 participants