dfm / george

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

Reconstruct the derivatives of given dataset using george....Is it Possible? #130

Open savinbeniwal opened 4 years ago

savinbeniwal commented 4 years ago

George is quite interesting to reconstruct the dataset. Thank you.

I have a dataset of 30 datapoints in terms of X, Y, and Yerr. Using George I can reconstruct this dataset. But for my work I need X, Y' and Yerr'; where Y' derivative of Y w.r.t. X. Is it possible to get Y' and Y'' using George like GaPP to provide this facility? I'm sure George is quite fast and accurate than GaPP.

Sincerely