namespace MontePythonLike
[No description available] More…
Classes
Functions
Name | |
---|---|
def | get_available_likelihoods(backendDir backendDir) |
Attributes
Name | |
---|---|
basestring |
Detailed Description
.. module:: likelihood_class for use of MontePython likelihoods with gambit (or any external sampler)
:synopsis: Definition of the major likelihoods
.. original moduleauthor:: Julien Lesgourgues <lesgourg@cern.ch>
.. original moduleauthor:: Benjamin Audren <benjamin.audren@epfl.ch>
.. adopted to use with gambit:: Janina Renk <janina.renk@fysik.su.se>
Contains the definition of the base likelihood class :class:`Likelihood`, with
basic functions, as well as more specific likelihood classes that may be reused
to implement new ones.```
## Functions Documentation
### function get_available_likelihoods
def get_available_likelihoods( backendDir backendDir )
Function that reads and returns a list of all folder names in the MontePython/montepython/likelihoods folder. The output is used in GAMBIT to check if the user requested to use a likelihood which is actually not availible in the installed version of MontePython.
Input:
------
str backendDir: string containing backend directory of MontePython
Output:
-------
list output: list of strings containing the names of available likelihoods
## Attributes Documentation
### variable basestring
basestring = str;
-------------------------------
Updated on 2022-08-03 at 12:58:03 +0000