pypomp.PompParameters.merge¶
- classmethod PompParameters.merge(*param_objs: Self) Self¶
Merge replicates from multiple parameter sets of this type.
- Parameters:
*param_objs (Self) – One or more parameter sets to merge. All must share the same canonical parameter names and estimation scale.
- Returns:
A new parameter set containing the concatenated replicates.
- Return type:
Self