xx

xx#

[ ]:
# these three (the command line ones) I made global (they just print placeholder for now):
import democratic_detrender as dd
dd.democratic_detrend()
dd.detrend_only()
dd.problem_times_only()

# everything else can be imported from the modules
from democratic_detrender.helper_functions import durbin_watson
from democratic_detrender.get_lc import tic_id_from_simbad
from democratic_detrender.gp import gp_method

import numpy as np
durbin_watson(np.random.randn(1000))
The version of PyMC you are using is very outdated.

Please upgrade to the latest version of PyMC https://www.pymc.io/projects/docs/en/stable/installation.html

Also notice that PyMC3 has been renamed to PyMC.
working on turning this .py into a function
working on turning this .py into a function
working on turning this .py into a function
2.0945252679923225
[ ]: