get_label_value_and_bounds_arrays

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

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

Parameters:

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

Returns:

A tuple containing a list of parameter labels and an array of the values, lower and upper bounds.

Return type:

tuple[list[str], np.ndarray, np.ndarray, np.ndarray]