zfit / zfit-development

The developement repository for zfit with roadmaps, internal docs etc to clean up the issues
0 stars 2 forks source link

[python-fitting] Parameters API and specs #44

Open jonas-eschle opened 5 years ago

jonas-eschle commented 5 years ago

Parameters

The goal is to find a common parameter layout.

There are two types of parameters needed: single valued and multi valued. The single valued are maybe implemented with multi valued, but it's an implementation detail.

In the following, the multi valued parameters are specified. Single valued are less ambiguous to extract later on.

Which library needs what for which use case?

Multi valued parameters

as used by (Combine, pyhf,...)

Current API

VectorParameter that works vectorized and (maybe) contains single parameters. Attributes: