zfit typing#

zfit.util.ztyping.LowerTypeInput#

alias of Tensor | ndarray | Tuple[float] | List[float] | float

zfit.util.ztyping.LowerTypeReturn#

alias of ndarray | Tensor | None | bool

zfit.util.ztyping.UpperTypeInput#

alias of Tensor | ndarray | Tuple[float] | List[float] | float

zfit.util.ztyping.UpperTypeReturn#

alias of ndarray | Tensor | None | bool

zfit.util.ztyping.LowerRectTypeInput#

alias of Tensor | ndarray | Iterable[float] | float

zfit.util.ztyping.LowerRectTypeReturn#

alias of ndarray | Tensor | None | bool

zfit.util.ztyping.UpperRectTypeInput#

alias of Tensor | ndarray | Tuple[float] | List[float] | float

zfit.util.ztyping.UpperRectTypeReturn#

alias of ndarray | Tensor | None | bool

zfit.util.ztyping.RectLowerReturnType#

alias of ndarray | Tensor | float

zfit.util.ztyping.RectUpperReturnType#

alias of ndarray | Tensor | 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.RectLimitsNPReturnType#

alias of Tuple[ndarray, ndarray]

zfit.util.ztyping.RectLimitsInputType#

alias of Tensor | ndarray | Iterable[float] | float | Tuple[float] | List[float]

zfit.util.ztyping.LimitsType#

alias of Tuple[Tuple[float, …]] | Tuple[float, …] | bool | zfit.Space

zfit.util.ztyping.LimitsTypeSimpleInput#

alias of Tuple[float, float] | bool

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.LimitsTypeReturn#

alias of Tuple[ndarray, ndarray] | None | bool

zfit.util.ztyping.AxesTypeInput#

alias of int | Iterable[int]

zfit.util.ztyping.AxesTypeReturn#

alias of Tuple[int] | None

zfit.util.ztyping.ObsTypeInput#

alias of str | Iterable[str] | zfit.Space

zfit.util.ztyping.ObsTypeReturn#

alias of Tuple[str, …] | None

zfit.util.ztyping.ObsType#

alias of Tuple[str]

zfit.util.ztyping.SpaceOrSpacesTypeInput#

alias of zfit.Space | Iterable[zfit.Space]

zfit.util.ztyping.SpaceType = 'zfit.Space'#
zfit.util.ztyping.NormInputType#

alias of zfit.Space | None

zfit.util.ztyping.XType#

alias of float | Tensor

zfit.util.ztyping.XTypeInput#

alias of ndarray | Tensor | zfit.Data

zfit.util.ztyping.XTypeReturnNoData#

alias of ndarray | Tensor

zfit.util.ztyping.XTypeReturn#

alias of ndarray | Tensor | zfit.Data

zfit.util.ztyping.NumericalTypeReturn#

alias of Tensor | array

zfit.util.ztyping.DataInputType#

alias of zfit.Data | Iterable[zfit.Data]

zfit.util.ztyping.BinnedDataInputType#

alias of PlottableHistogram | Iterable[PlottableHistogram]

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.WeightsStrInputType#

alias of Tensor | None | ndarray | str

zfit.util.ztyping.WeightsInputType#

alias of Tensor | None | ndarray

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.nSamplingTypeIn#

alias of int | Tensor | str

zfit.util.ztyping.ConstraintsTypeInput#

alias of Iterable[zfit.core.interfaces.ZfitConstraint | Callable] | zfit.core.interfaces.ZfitConstraint | Callable | None

zfit.util.ztyping.ParamsTypeOpt#

alias of Iterable[zfit.core.interfaces.ZfitParameter] | None

zfit.util.ztyping.ParamsNameOpt#

alias of str | List[str] | 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.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.LimitsDictAxes#

alias of Dict[Tuple[int], zfit.core.interfaces.ZfitLimit]

zfit.util.ztyping.LimitsDictObs#

alias of Dict[Tuple[str], zfit.core.interfaces.ZfitLimit]

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]]

zfit.util.ztyping.BinningTypeInput#

alias of Iterable[ZfitBinning] | ZfitBinning | int

zfit.util.ztyping.OptionsInputType#

alias of Mapping[str, object] | None

zfit.util.ztyping.ConstraintsInputType#

alias of zfit.core.interfaces.ZfitConstraint | Iterable[zfit.core.interfaces.ZfitConstraint] | None

zfit.util.ztyping.ArrayLike#

alias of Tensor | TensorProtocol | int | float | bool | str | bytes | complex | tuple | list | ndarray | generic