@@ -112,8 +112,8 @@ def qmu(mu, data, pdf, init_pars, par_bounds, fixed_params, return_fitted_pars=F
112112 par_bounds (:obj:`list` of :obj:`list`/:obj:`tuple`): The extrema of values the model parameters
113113 are allowed to reach in the fit.
114114 The shape should be ``(n, 2)`` for ``n`` model parameters.
115- fixed_params (:obj:`list` of :obj:`bool`): The flag to set a parameter constant to its starting
116- value during minimization.
115+ fixed_params (:obj:`tuple` or :obj:` list` of :obj:`bool`): The flag to set a parameter
116+ constant to its starting value during minimization.
117117 return_fitted_pars (:obj:`bool`): Return the best-fit parameter tensors
118118 the fixed-POI and unconstrained fits have converged on
119119 (i.e. :math:`\mu, \hat{\hat{\theta}}` and :math:`\hat{\mu}, \hat{\theta}`)
@@ -207,8 +207,8 @@ def qmu_tilde(
207207 par_bounds (:obj:`list` of :obj:`list`/:obj:`tuple`): The extrema of values the model parameters
208208 are allowed to reach in the fit.
209209 The shape should be ``(n, 2)`` for ``n`` model parameters.
210- fixed_params (:obj:`list` of :obj:`bool`): The flag to set a parameter constant to its starting
211- value during minimization.
210+ fixed_params (:obj:`tuple` or :obj:` list` of :obj:`bool`): The flag to set a parameter
211+ constant to its starting value during minimization.
212212 return_fitted_pars (:obj:`bool`): Return the best-fit parameter tensors
213213 the fixed-POI and unconstrained fits have converged on
214214 (i.e. :math:`\mu, \hat{\hat{\theta}}` and :math:`\hat{\mu}, \hat{\theta}`)
@@ -290,8 +290,8 @@ def tmu(mu, data, pdf, init_pars, par_bounds, fixed_params, return_fitted_pars=F
290290 par_bounds (:obj:`list` of :obj:`list`/:obj:`tuple`): The extrema of values the model parameters
291291 are allowed to reach in the fit.
292292 The shape should be ``(n, 2)`` for ``n`` model parameters.
293- fixed_params (:obj:`list` of :obj:`bool`): The flag to set a parameter constant to its starting
294- value during minimization.
293+ fixed_params (:obj:`tuple` or :obj:` list` of :obj:`bool`): The flag to set a parameter
294+ constant to its starting value during minimization.
295295 return_fitted_pars (:obj:`bool`): Return the best-fit parameter tensors
296296 the fixed-POI and unconstrained fits have converged on
297297 (i.e. :math:`\mu, \hat{\hat{\theta}}` and :math:`\hat{\mu}, \hat{\theta}`)
@@ -380,8 +380,8 @@ def tmu_tilde(
380380 par_bounds (:obj:`list` of :obj:`list`/:obj:`tuple`): The extrema of values the model parameters
381381 are allowed to reach in the fit.
382382 The shape should be ``(n, 2)`` for ``n`` model parameters.
383- fixed_params (:obj:`list` of :obj:`bool`): The flag to set a parameter constant to its starting
384- value during minimization.
383+ fixed_params (:obj:`tuple` or :obj:` list` of :obj:`bool`): The flag to set a parameter
384+ constant to its starting value during minimization.
385385 return_fitted_pars (:obj:`bool`): Return the best-fit parameter tensors
386386 the fixed-POI and unconstrained fits have converged on
387387 (i.e. :math:`\mu, \hat{\hat{\theta}}` and :math:`\hat{\mu}, \hat{\theta}`)
@@ -458,8 +458,8 @@ def q0(mu, data, pdf, init_pars, par_bounds, fixed_params, return_fitted_pars=Fa
458458 par_bounds (:obj:`list` of :obj:`list`/:obj:`tuple`): The extrema of values the model parameters
459459 are allowed to reach in the fit.
460460 The shape should be ``(n, 2)`` for ``n`` model parameters.
461- fixed_params (:obj:`list` of :obj:`bool`): The flag to set a parameter constant to its starting
462- value during minimization.
461+ fixed_params (:obj:`tuple` or :obj:` list` of :obj:`bool`): The flag to set a parameter
462+ constant to its starting value during minimization.
463463 return_fitted_pars (:obj:`bool`): Return the best-fit parameter tensors
464464 the fixed-POI and unconstrained fits have converged on
465465 (i.e. :math:`\mu, \hat{\hat{\theta}}` and :math:`\hat{\mu}, \hat{\theta}`)
0 commit comments