- qspec.models.Listed ( models , labels = None )[source]
An abstract class for models with multiple submodels.
- Parameters:
-
- modelslist[qspec.models._base.Model]
A list of submodels whose parameters are adopted by this model.
- labelsNone
A list of labels with the same length as
models
. The labels are appended to the parameter names of each submodel.