Dan Foreman-Mackey

Results 547 comments of Dan Foreman-Mackey

Bizarre that that isn't the source of the problem though… Thanks for the update!

This is relatively high priority because the next version of exoplanet won't have a `gp` submodule!

Awesome! I'm not sure that the current version totally works yet, but it should be a good place to start. I expect that the implementation in specgp will transfer over...

Also, I think that we have lots of potential users for the version that allows missing data (cc @ericagol) so it would be great to brainstorm an interface for that!

Hi! This package hasn't really been officially released yet so expect some rough edges (isn't that always true)! Can you give me some more details? - I expect that you're...

That gist doesn't seem to be complete (it doesn't have the error!), but I can see an issue. It won't be possible to install from source like that. Instead you...

Good thanks. That suggests to me that your compiler is running out of RAM or something. Compiling these extensions can be pretty heavy! I'm not sure that I can do...

I spent some more time on this and it is possible to implement this in a numerically stable by changing the update step from `diag(P)` to a block diagonal matrix....

Since I don't have anywhere else to put it... For the derivatives discussed in #17, it's useful to know how to factor that matrix into a product where the left...

That would be great! Perhaps combined with [nbdime](https://github.com/jupyter/nbdime) or something?