get_2D_maxl_data
- zdm.analyze_cube.get_2D_maxl_data(lls: ndarray, plls: ndarray = None, pklfile=None)[source]
Method to perform simple Bayesian analysis on the Log-likelihood cube
- Parameters:
lls (np.ndarray) – Log-likelood cube
plls (np.ndarray, optional) – Log-likelihood cube corrected for priors (e.g. alpha). Defaults to None.
pklfile (str, optional) – If given, write the output to this pickle file. Defaults to None.
- Returns:
- uvals,ijs,arrays,warrays,
uvals: values of each array, in form ijs: order of which parameters are combined in the arrays (e.g. [2,4]) arrays: lists of 2D np.ndarray’s of LL analysis warrays: weighted with prior on alpha ijs, arrays, and warrays have Nitems = Nparams*(Nparams-1)/2
- Return type: