j-faria / kima

Exoplanet detection in RVs with DNest4 and GPs
http://www.kima.science
MIT License
15 stars 10 forks source link

Plotting GPRN fits #54

Closed jdavidrcamacho closed 5 years ago

jdavidrcamacho commented 5 years ago

Not sure what will be the best way to plot the fits of the results of the GPRN.

We are going to need to calculate covariance matrices K, and matrices Kstar and Kstarstar (similar to what its done here). If we do everything in display.py I'm afraid we will be adding a lot of more code to a file that is already big. In a new file I could put all the kernels writen in python there and all the necessary calculations.

j-faria commented 5 years ago

I think it's better to create a new file (GPRN.py?) and implement everything there.