Module diskchef.tests.fitting.test_linear_fitting

Functions

def dirname()

Returns a Path object with a path to unique temporary directory

def example_lin()
def example_sqr()
def linear(params: List[Parameter], x: numpy.ndarray)
def linear_model_lnprob(params: List[Parameter], x: numpy.ndarray, y: numpy.ndarray, weights: numpy.ndarray = None)
def rescale_linear(cube)
def rescale_sqr(cube)
def sqr(params: List[Parameter], x: numpy.ndarray)
def sqr_model_lnprob(params: List[Parameter], x: numpy.ndarray, y: numpy.ndarray, weights: numpy.ndarray = None)
def test_linear_brute(threads, dirname)
def test_linear_emcee(threads, dirname)
def test_linear_ultranest(threads, dirname)