class MontePythonLike::Likelihood_prior
[No description available]
Inherits from MontePythonLike.Likelihood, MontePythonLike.Likelihood, object
Public Functions
Name | |
---|---|
def | loglkl(self self) |
def | loglkl(self self) |
Additional inherited members
Public Functions inherited from MontePythonLike.Likelihood
Name | |
---|---|
def | init(self self, path path, data data, command_line command_line) |
def | raise_fiducial_model_err(self self) |
def | read_from_file(self self, path path, data data, command_line command_line) |
def | get_cl(self self, cosmo cosmo, l_max l_max =-1) |
def | get_unlensed_cl(self self, cosmo cosmo, l_max l_max =-1) |
def | need_cosmo_arguments(self self, data data, dictionary dictionary) |
def | read_contamination_spectra(self self, data data) |
def | add_contamination_spectra(self self, cl cl, data data) |
def | add_nuisance_prior(self self, lkl lkl, data data) |
def | computeLikelihood(self self, ctx ctx) |
def | init(self self, path path, data data, command_line command_line) |
def | raise_fiducial_model_err(self self) |
def | read_from_file(self self, path path, data data, command_line command_line) |
def | get_cl(self self, cosmo cosmo, l_max l_max =-1) |
def | get_unlensed_cl(self self, cosmo cosmo, l_max l_max =-1) |
def | need_cosmo_arguments(self self, data data, dictionary dictionary) |
def | read_contamination_spectra(self self, data data) |
def | add_contamination_spectra(self self, cl cl, data data) |
def | add_nuisance_prior(self self, lkl lkl, data data) |
def | computeLikelihood(self self, ctx ctx) |
Public Attributes inherited from MontePythonLike.Likelihood
Name | |
---|---|
name | |
folder | |
data_directory | |
default_values | |
need_update | |
use_nuisance | |
nuisance | |
path | |
dictionary |
Public Functions inherited from MontePythonLike.Likelihood
Name | |
---|---|
def | init(self self, path path, data data, command_line command_line) |
def | raise_fiducial_model_err(self self) |
def | read_from_file(self self, path path, data data, command_line command_line) |
def | get_cl(self self, cosmo cosmo, l_max l_max =-1) |
def | get_unlensed_cl(self self, cosmo cosmo, l_max l_max =-1) |
def | need_cosmo_arguments(self self, data data, dictionary dictionary) |
def | read_contamination_spectra(self self, data data) |
def | add_contamination_spectra(self self, cl cl, data data) |
def | add_nuisance_prior(self self, lkl lkl, data data) |
def | computeLikelihood(self self, ctx ctx) |
def | init(self self, path path, data data, command_line command_line) |
def | raise_fiducial_model_err(self self) |
def | read_from_file(self self, path path, data data, command_line command_line) |
def | get_cl(self self, cosmo cosmo, l_max l_max =-1) |
def | get_unlensed_cl(self self, cosmo cosmo, l_max l_max =-1) |
def | need_cosmo_arguments(self self, data data, dictionary dictionary) |
def | read_contamination_spectra(self self, data data) |
def | add_contamination_spectra(self self, cl cl, data data) |
def | add_nuisance_prior(self self, lkl lkl, data data) |
def | computeLikelihood(self self, ctx ctx) |
Public Attributes inherited from MontePythonLike.Likelihood
Name | |
---|---|
name | |
folder | |
data_directory | |
default_values | |
need_update | |
use_nuisance | |
nuisance | |
path | |
dictionary |
Public Functions Documentation
function loglkl
def loglkl(
self self
)
Reimplements: MontePythonLike::Likelihood::loglkl
Placeholder to remind that this function needs to be defined for a
new likelihood.
Raises
------
NotImplementedError```
### function loglkl
def loglkl( self self )
**Reimplements**: [MontePythonLike::Likelihood::loglkl](/documentation/code/gambit_sphinx/classes/classmontepythonlike_1_1likelihood/#function-loglkl)
Placeholder to remind that this function needs to be defined for a new likelihood.
Raises
NotImplementedError```
Updated on 2022-08-03 at 12:58:04 +0000