CONAN.geepee.GPSaveObj#

class CONAN.geepee.GPSaveObj(fname, gp_pck, gp, x, gp_pars, ndim_gp, gp_cols, gp_cols_err, residuals, kernel=None)#

object to save the state of a GP kernel for post-fit manipulation.

fname#
gp#
gp_cols#
gp_cols_err#
gp_pars#
gp_pck#
kernel = None#
ndim_gp#
resid#
x#

Methods#

get_param_dict([original])

Get the GP parameters as a dictionary.

predict([x, return_var, series_id])

Predict the GP at the given x values.