From 5eb4e18b5a0407fefa6e7a0ba33a8c4adef0b0df Mon Sep 17 00:00:00 2001 From: Anowar Shajib Date: Mon, 5 Feb 2024 19:23:08 -0600 Subject: [PATCH] Update hierarc/Likelihood/hierarchy_likelihood.py --- hierarc/Likelihood/hierarchy_likelihood.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hierarc/Likelihood/hierarchy_likelihood.py b/hierarc/Likelihood/hierarchy_likelihood.py index 2ba4540..6fc8944 100644 --- a/hierarc/Likelihood/hierarchy_likelihood.py +++ b/hierarc/Likelihood/hierarchy_likelihood.py @@ -66,7 +66,7 @@ def __init__( :param normalized: bool, if True, returns the normalized likelihood, if False, separates the constant prefactor (in case of a Gaussian 1/(sigma sqrt(2 pi)) ) to compute the reduced chi2 statistics :param kwargs_lens_properties: keyword arguments of the lens properties - :param gamma_in_prior_mean: inner power-law slope of the NFW profile, if available + :param gamma_in_prior_mean: prior mean for inner power-law slope of the NFW profile, if available :param gamma_in_prior_std: 1-sigma error gamma_in :param kwargs_likelihood: keyword arguments specifying the likelihood function, see individual classes for their use