firecrown.data_functions.make_interval_from_list

firecrown.data_functions.make_interval_from_list#

firecrown.data_functions.make_interval_from_list(values)[source]#

Create an interval from a list of values.

Parameters:

values (list[float] | tuple[float, float]) –

Return type:

tuple[float, float]