Skip to main content
Ctrl+K
Logo image Logo image

Site Navigation

  • What’s new?
  • Getting started
  • Tutorials
  • API reference
  • Project
  • Ask a question

Site Navigation

  • What’s new?
  • Getting started
  • Tutorials
  • API reference
  • Project
  • Ask a question

Section Navigation

  • Dimension
    • Space
    • combine_spaces
    • add_spaces
    • Coordinates
  • Data
    • Data
    • BinnedData
  • Param
    • Parameter
    • ConstantParameter
    • ComposedParameter
    • ComplexParameter
    • convert_to_parameter
    • set_values
  • Func
    • BaseFuncV1
    • SimpleFuncV1
    • ProdFunc
    • SumFunc
  • PDF
    • Gauss
    • Exponential
    • CrystalBall
    • DoubleCB
    • Uniform
    • Cauchy
    • TruncatedGauss
    • Poisson
    • HistogramPDF
    • BinwiseScaleModifier
    • BinnedFromUnbinnedPDF
    • SplineMorphingPDF
    • BinnedSumPDF
    • SplinePDF
    • UnbinnedFromBinnedPDF
    • Chebyshev
    • Legendre
    • Chebyshev2
    • Hermite
    • Laguerre
    • RecursivePolynomial
    • KDE1DimExact
    • KDE1DimGrid
    • KDE1DimFFT
    • KDE1DimISJ
    • GaussianKDE1DimV1
    • ProductPDF
    • SumPDF
    • FFTConvPDFV1
    • ConditionalPDFV1
    • ZPDF
    • SimplePDF
    • SimpleFunctorPDF
    • WrapDistribution
    • BasePDF
    • BaseFunctor
  • Sample
    • poisson
  • Loss
    • UnbinnedNLL
    • ExtendedUnbinnedNLL
    • BinnedNLL
    • ExtendedBinnedNLL
    • BinnedChi2
    • ExtendedBinnedChi2
    • BaseLoss
    • SimpleLoss
  • Constraint
    • GaussianConstraint
    • PoissonConstraint
    • LogNormalConstraint
    • SimpleConstraint
  • Minimize
    • Minuit
      • Minuit
    • Strategies
      • PushbackStrategy
      • DefaultStrategy
      • DefaultToyStrategy
    • Hessian based
      • EDM
  • Result
    • FitResult
    • compute_errors
  • Settings
  • Exception
  • zfit typing

Dimension#

Todo

Fill overview page

zfit.dimension.Space([obs, limits, binning, ...])

Define a space with the name (obs) of the axes (and it's number) and possibly it's limits.

zfit.dimension.combine_spaces(*spaces)

Combine spaces with different obs and limits to one space.

zfit.dimension.add_spaces(*spaces[, name])

Add two spaces and merge their limits if possible or return False.

zfit.dimension.Coordinates([obs, axes])

previous

API reference

next

Space

Edit this page
Show Source

© Copyright Copyright 2018, zfit.

Built with the PyData Sphinx Theme 0.12.0.

Created using Sphinx 5.3.0.