get_label_value_and_bounds_arrays

ParameterGroup.get_label_value_and_bounds_arrays(exclude_non_vary: bool = False)tuple[list[str], np.ndarray, np.ndarray, np.ndarray][source]

Returns a arrays of all parameter labels, values and bounds.

Parameters

exclude_non_vary (bool = False) – If true, parameters with vary=False are excluded.