zfit typing#
- zfit.util.ztyping.UpperRectTypeInput#
alias of
Tensor|ndarray|Tuple[float] |List[float] |float
- zfit.util.ztyping.RectLimitsReturnType#
alias of
Tuple[ndarray|Tensor|float,ndarray|Tensor|float]
- zfit.util.ztyping.RectLimitsTFReturnType#
alias of
Tuple[Tensor,Tensor]
- zfit.util.ztyping.RectLimitsInputType#
alias of
Tensor|ndarray|Iterable[float] |float|Tuple[float] |List[float]
- zfit.util.ztyping.LimitsTypeInput#
alias of
zfit.core.interfaces.ZfitLimit|Tensor|ndarray|Iterable[float] |float|Tuple[float] |List[float] |bool|None
- zfit.util.ztyping.LimitsTypeInputV1#
alias of
Iterable[int|float|ndarray|Tensor|TensorProtocol|bool|str|bytes|complex|tuple|list|generic] |int|float|ndarray|Tensor|TensorProtocol|bool|str|bytes|complex|tuple|list|generic|None
- zfit.util.ztyping.LimitsFuncTypeInput#
alias of
zfit.core.interfaces.ZfitLimit|Tensor|ndarray|Iterable[float] |float|Tuple[float] |List[float] |bool|None|Callable
- zfit.util.ztyping.SpaceType = 'zfit.Space'#
- zfit.util.ztyping.NumericalTypeReturn#
alias of
Tensor|array
- zfit.util.ztyping.ZfitBinnedDataInputType#
alias of
zfit.data.BinnedData|Iterable[zfit.data.BinnedData]
- zfit.util.ztyping.AnyDataInputType#
alias of
zfit.Data|Iterable[zfit.Data] |PlottableHistogram|Iterable[PlottableHistogram]
- zfit.util.ztyping.ModelsInputType#
alias of
zfit.core.interfaces.ZfitModel|Iterable[zfit.core.interfaces.ZfitModel]
- zfit.util.ztyping.PDFInputType#
alias of
zfit.core.interfaces.ZfitPDF|Iterable[zfit.core.interfaces.ZfitPDF]
- zfit.util.ztyping.BinnedPDFInputType#
alias of
zfit.core.interfaces.ZfitBinnedPDF|Iterable[zfit.core.interfaces.ZfitBinnedPDF]
- zfit.util.ztyping.BinnedHistPDFInputType#
alias of
zfit.core.interfaces.ZfitBinnedPDF|Iterable[zfit.core.interfaces.ZfitBinnedPDF] |PlottableHistogram|Iterable[PlottableHistogram]
- zfit.util.ztyping.FuncInputType#
alias of
zfit.core.interfaces.ZfitFunc|Iterable[zfit.core.interfaces.ZfitFunc]
- zfit.util.ztyping.NumericalScalarType#
alias of
int|float|complex|Tensor|zfit.core.interfaces.ZfitParameter
- zfit.util.ztyping.NumericalType#
alias of
int|float|ndarray|Tensor|zfit.core.interfaces.ZfitParameter
- zfit.util.ztyping.ConstraintsTypeInput#
alias of
Iterable[zfit.core.interfaces.ZfitConstraint|Callable] |zfit.core.interfaces.ZfitConstraint|Callable|None
- zfit.util.ztyping.ParamsOrNameType#
alias of
Iterable[zfit.core.interfaces.ZfitParameter] |None|Iterable[str]
- class zfit.util.ztyping.ParameterType#
alias of TypeVar(‘ParameterType’, bound=
Dict[str,zfit.core.interfaces.ZfitParameter])
- class zfit.util.ztyping.ParamTypeInput#
alias of TypeVar(‘ParamTypeInput’, zfit.core.interfaces.ZfitParameter, int | float | complex | ~tensorflow.python.framework.tensor.Tensor | zfit.core.interfaces.ZfitParameter)
- zfit.util.ztyping.ParamsTypeInput#
alias of
Mapping[str|zfit.core.interfaces.ZfitParameter,ParamTypeInput]
- zfit.util.ztyping.ExtendedInputType#
alias of
bool|ParamTypeInput|None
- zfit.util.ztyping.BaseObjectType#
alias of
zfit.core.interfaces.ZfitParameter|zfit.core.interfaces.ZfitFunction|zfit.core.interfaces.ZfitPDF
- zfit.util.ztyping.DependentsType#
- zfit.util.ztyping.CacherOrCachersType#
alias of
zfit.core.interfaces.ZfitGraphCachable|Iterable[zfit.core.interfaces.ZfitGraphCachable]
- zfit.util.ztyping.LimitsDictNoCoords#
alias of
Dict[Tuple[int],zfit.core.interfaces.ZfitLimit] |Dict[Tuple[str],zfit.core.interfaces.ZfitLimit]
- zfit.util.ztyping.LimitsDictWithCoords#
alias of
Dict[str,Dict[Tuple[int],zfit.core.interfaces.ZfitLimit] |Dict[Tuple[str],zfit.core.interfaces.ZfitLimit]]