@@ -112,8 +112,8 @@ def qmu(mu, data, pdf, init_pars, par_bounds, fixed_params, return_fitted_pars=F
112
112
par_bounds (:obj:`list` of :obj:`list`/:obj:`tuple`): The extrema of values the model parameters
113
113
are allowed to reach in the fit.
114
114
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.
117
117
return_fitted_pars (:obj:`bool`): Return the best-fit parameter tensors
118
118
the fixed-POI and unconstrained fits have converged on
119
119
(i.e. :math:`\mu, \hat{\hat{\theta}}` and :math:`\hat{\mu}, \hat{\theta}`)
@@ -207,8 +207,8 @@ def qmu_tilde(
207
207
par_bounds (:obj:`list` of :obj:`list`/:obj:`tuple`): The extrema of values the model parameters
208
208
are allowed to reach in the fit.
209
209
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.
212
212
return_fitted_pars (:obj:`bool`): Return the best-fit parameter tensors
213
213
the fixed-POI and unconstrained fits have converged on
214
214
(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
290
290
par_bounds (:obj:`list` of :obj:`list`/:obj:`tuple`): The extrema of values the model parameters
291
291
are allowed to reach in the fit.
292
292
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.
295
295
return_fitted_pars (:obj:`bool`): Return the best-fit parameter tensors
296
296
the fixed-POI and unconstrained fits have converged on
297
297
(i.e. :math:`\mu, \hat{\hat{\theta}}` and :math:`\hat{\mu}, \hat{\theta}`)
@@ -380,8 +380,8 @@ def tmu_tilde(
380
380
par_bounds (:obj:`list` of :obj:`list`/:obj:`tuple`): The extrema of values the model parameters
381
381
are allowed to reach in the fit.
382
382
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.
385
385
return_fitted_pars (:obj:`bool`): Return the best-fit parameter tensors
386
386
the fixed-POI and unconstrained fits have converged on
387
387
(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
458
458
par_bounds (:obj:`list` of :obj:`list`/:obj:`tuple`): The extrema of values the model parameters
459
459
are allowed to reach in the fit.
460
460
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.
463
463
return_fitted_pars (:obj:`bool`): Return the best-fit parameter tensors
464
464
the fixed-POI and unconstrained fits have converged on
465
465
(i.e. :math:`\mu, \hat{\hat{\theta}}` and :math:`\hat{\mu}, \hat{\theta}`)
0 commit comments