Skip to main content
Ctrl+K
zfit 0.24.1 documentation - Home zfit 0.24.1 documentation - Home
  • What’s new?
  • Getting started
  • Tutorials
  • API reference
  • Project
    • Ask a question
  • GitHub
  • What’s new?
  • Getting started
  • Tutorials
  • API reference
  • Project
  • Ask a question
  • GitHub

Section Navigation

  • Dimension
    • Space
    • combine_spaces
  • Data
    • Data
    • BinnedData
    • RegularBinning
    • VariableBinning
    • SamplerData
    • BinnedSamplerData
  • Param
    • Parameter
    • ConstantParameter
    • ComposedParameter
    • ComplexParameter
    • convert_to_parameter
    • set_values
  • Func
    • BaseFuncV1
    • SimpleFuncV1
    • ProdFunc
    • SumFunc
  • PDF
    • Gauss
    • Exponential
    • CrystalBall
    • DoubleCB
    • GeneralizedCB
    • GaussExpTail
    • GeneralizedGaussExpTail
    • Uniform
    • Cauchy
    • Voigt
    • TruncatedGauss
    • BifurGauss
    • Poisson
    • LogNormal
    • QGauss
    • ChiSquared
    • StudentT
    • Gamma
    • JohnsonSU
    • GeneralizedGauss
    • HistogramPDF
    • BinwiseScaleModifier
    • BinnedFromUnbinnedPDF
    • SplineMorphingPDF
    • BinnedSumPDF
    • SplinePDF
    • UnbinnedFromBinnedPDF
    • Bernstein
    • Chebyshev
    • Legendre
    • Chebyshev2
    • Hermite
    • Laguerre
    • RecursivePolynomial
    • KDE1DimExact
    • KDE1DimGrid
    • KDE1DimFFT
    • KDE1DimISJ
    • GaussianKDE1DimV1
    • ProductPDF
    • SumPDF
    • FFTConvPDFV1
    • ConditionalPDFV1
    • TruncatedPDF
    • BasePDF
    • ZPDF
    • SimplePDF
    • SimpleFunctorPDF
    • WrapDistribution
    • BaseFunctor
    • Argus
    • RelativisticBreitWigner
    • CMSShape
    • Cruijff
    • ErfExp
    • Novosibirsk
    • Tsallis
  • Sample
    • poisson
  • Loss
    • UnbinnedNLL
    • ExtendedUnbinnedNLL
    • BinnedNLL
    • ExtendedBinnedNLL
    • BinnedChi2
    • ExtendedBinnedChi2
    • BaseLoss
    • SimpleLoss
  • Constraint
    • GaussianConstraint
    • PoissonConstraint
    • LogNormalConstraint
    • SimpleConstraint
  • Minimize
    • Minimizers
      • Minuit
      • LevenbergMarquardt
      • Ipyopt
      • ScipyBFGS
      • ScipyLBFGSB
      • ScipyTrustConstr
      • ScipyPowell
      • ScipySLSQP
      • ScipyTruncNC
      • ScipyCOBYLA
      • ScipyTrustNCG
      • ScipyDogleg
      • ScipyTrustKrylov
      • NLoptLBFGSV1
      • NLoptTruncNewtonV1
      • NLoptSLSQPV1
      • NLoptMMAV1
      • NLoptCCSAQV1
      • NLoptSubplexV1
      • NLoptCOBYLAV1
      • NLoptMLSLV1
      • NLoptStoGOV1
      • NLoptBOBYQAV1
      • NLoptISRESV1
      • NLoptESCHV1
      • NLoptShiftVarV1
    • Strategy
      • PushbackStrategy
      • DefaultStrategy
      • DefaultToyStrategy
    • Criterion
      • EDM
  • Result
    • FitResult
    • compute_errors
  • Settings
  • HS3 serialization
    • dumps
    • loads
    • dump
    • load
  • 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
    • zfit.run.set_cpus_explicit
  • Plot
    • plot_model_pdfV1
    • plot_sumpdf_components_pdfV1
  • API reference
  • Func

Func#

Todo

Fill overview page

zfit.func.BaseFuncV1([obs, dtype, name, params])

TODO(docs): explain subclassing.

zfit.func.SimpleFuncV1(obs, func[, name])

Create a simple function out of of func with the observables obs depending on parameters.

zfit.func.ProdFunc(funcs[, obs, name])

zfit.func.SumFunc(funcs[, obs, name])

previous

set_values

next

BaseFuncV1

Edit on GitHub
Show Source

© Copyright 2024, zfit.

Created using Sphinx 8.1.3.

Built with the PyData Sphinx Theme 0.16.0.