get_params_vector#

Cauchy.get_params_vector(param_names)#

Retrieves specified parameter values as a list.

Parameters:

param_names (Sequence[str]) – A sequence of strings with the names of the parameters to retrieve.

Returns:

A list containing the values of the requested parameters in the specified order.

Return type:

list[float]

Raises:

ValueError – If any of the requested parameter names do not exist in the distribution’s params.