dfm / george

Fast and flexible Gaussian Process regression in Python
http://george.readthedocs.io
MIT License
445 stars 128 forks source link

Support for independent variable uncertainties/error bars on data points #132

Open nickk124 opened 3 years ago

nickk124 commented 3 years ago

Hello,

I was curious if there have been any ideas for using error bars/uncertainties along both the y-direction and the x-direction (e.g. scipy.odr) with george.GP.compute(), i.e. some xerr argument. I actually haven't seen anything in the GP literature about such a case; have you seen anything like that?

Thanks!