gns.mn_run module

gns.mn_run.MNRun(priorParams, LLhoodParams, paramNames)[source]

Run pyMultiNest for toy models specified by priorParams, LLhoodParams. This is pretty much deprecated.

gns.mn_run.MNRun2(invPriorFunc, LLhoodFunc, paramNames, outputFile, wrapped=False)[source]

Run pyMultiNest for given invPriorFunc and LLhoodFunc. Should be more useful than MNRun()

gns.mn_run.cube2numpyArr(cube, nDims)[source]

Convert from ‘cube’ object given by MN to np array used by prior/ Lhood functions

gns.mn_run.numpyArr2Cube(physArr, cube, nDims)[source]

Convert back from np array to MN cube object ready for MN to manipulate