relaxed.mle package#

relaxed.mle.fit(data: Array, model: PyTree, init_pars: dict[str, ArrayLike], bounds: dict[str, Array] | None = None, method: str = 'LBFGSB', maxiter: int = 500, tol: float = 1e-06, other_settings: dict[str, float] | None = None) dict[str, Array]#
relaxed.mle.fixed_poi_fit(data: Array, model: PyTree, poi_value: ArrayLike, poi_name: str, init_pars: dict[str, ArrayLike], bounds: dict[str, Array] | None = None, method: str = 'LBFGSB', maxiter: int = 500, tol: float = 1e-06, other_settings: dict[str, float] | None = None) dict[str, Array]#