handle_parameter_configurations# pymc_marketing.model_config.handle_parameter_configurations(name, param, parameter_config, dim_handler)[source]# Handle the parameter configuration for a variable. Parameters: namestrName of the variable. paramstrName of the parameter. parameter_configDictA configuration dictionary with ‘dist’ and ‘kwargs’ keys. dim_handlerCallableA function that maps variable shapes to the desired dims. Returns: AnyThe parameter value or a PyMC random variable.