PyDDM.fit_parameters_dictionaries.extract_array_of_fixed_or_not
PyDDM.fit_parameters_dictionaries.extract_array_of_fixed_or_not¶
-
extract_array_of_fixed_or_not
(parameter_dictionary)¶ From a parameter dicionary, return an array specifying whether the parameters are fixed (True) or not (False)
- Parameters
parameter_dictionary (dict) – Parameter dictionary for a given model.
- Returns
Array of type bool
- Return type
array