|
def | lalinference.nest2pos.logsubexp (x, y) |
|
def | lalinference.nest2pos.log_integrate_log_trap (log_func, log_support) |
| Trapezoidal integration of given log(func) Returns log of the integral. More...
|
|
def | lalinference.nest2pos.compute_weights (data, Nlive) |
| Returns log_ev, log_wts for the log-likelihood samples in data, assumed to be a result of nested sampling with Nlive live points. More...
|
|
def | lalinference.nest2pos.draw_posterior (data, log_wts, verbose=False) |
| Draw points from the given data (of shape (Nsamples, Ndim)) with associated log(weight) (of shape (Nsamples,)). More...
|
|
def | lalinference.nest2pos.draw_posterior_many (datas, Nlives, verbose=False) |
| Draw samples from the posteriors represented by the (Nruns, Nsamples, Nparams)-shaped array datas, each sampled with the corresponding Nlive number of live points. More...
|
|
def | lalinference.nest2pos.draw_N_posterior (data, log_wts, N, verbose=False) |
| Draw N samples from the input data, weighted by log_wt. More...
|
|
def | lalinference.nest2pos.draw_N_posterior_many (datas, Nlives, Npost, verbose=False) |
| Draw Npost samples from the posteriors represented by the (Nruns, Nsamples, Nparams)-shaped array datas, each sampled with the corresponding number of live points Nlive. More...
|
|
def | lalinference.nest2pos.draw_posterior_many_ROQ_runs (datas, Nlives, verbose=False) |
| Draw samples from the posteriors represented by the (Nruns, Nsamples, Nparams)-shaped array datas from ROQ runs, each sampled with the corresponding Nlive number of live points. More...
|
|