Skip to main content
Ctrl+K
zfit 0.16.1.dev7+gd2243c3 documentation - Home

Site Navigation

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

Site Navigation

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

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
  • HS3 serialization
    • dumps
    • loads
  • Exception
  • Run config
    • zfit.run.set_graph_mode
    • zfit.run.set_autograd_mode
    • zfit.run.clear_graph_cache
    • zfit.run.executing_eagerly
    • zfit.run.assert_executing_eagerly
    • zfit.run.set_n_cpu
  • API reference
  • Dimension

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 on GitHub
Show Source

© Copyright Copyright 2018, zfit.

Created using Sphinx 7.2.6.

Built with the PyData Sphinx Theme 0.14.3.