pypomp.PompParameters.subset¶ PompParameters.subset(indices: int | list[int] | slice) → Self¶ Return a new parameter set with only the selected replicates. Parameters: indices (int or list of int or slice) – Replicate indices to keep. Returns: A new parameter set containing only the selected replicates, re-indexed from 0. Return type: Self