namespace MontePythonLike

[No description available] More…

Classes

Name
classMontePythonLike::Data
classMontePythonLike::Likelihood
classMontePythonLike::Likelihood_clik
classMontePythonLike::Likelihood_clocks
classMontePythonLike::Likelihood_isw
classMontePythonLike::Likelihood_mock_cmb
classMontePythonLike::Likelihood_mpk
classMontePythonLike::Likelihood_newdat
classMontePythonLike::Likelihood_prior
classMontePythonLike::Likelihood_sd
classMontePythonLike::Likelihood_sn

Functions

Name
defget_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:16 +0000