Components#

This tutorials introduce in more depth specific components of zfit.

05 FitResult#

13 Kernel Density Estimation#

20 Composite Models#

Building models out of other models using sums, products and more is an essential part of model building. This tutorial starts with the basics of it.

30 Binned Models#

Binned models and data handle differently than their unbinned counterparts.

50 Custom code and different run modes#

60 Custom PDF#

Being able to build a custom model simply is an essential feature of zfit. This tutorial introduces the two main ways of doing it, a simpler and a more advanced, more flexible way.

62 Multidimensional custom PDF#

Building a pdf in multiple dimensions and registering an analytic integral.

80 Toy Study#

A minimal example of how to manually perform toy studies with zfit.

90 Serialization#

There are multiple ways of serializing zfit objects, this tutorial introduces them.

Warning

Parts of it, namely the HS3-like human-readable serialization is still highly experimental and will change in every release.

If any component is missing, please open an issue on github.