Evaluates and compares three estimation methods (McCulloch, ECF, MLE) over a set of parameter configurations.
compare_methods_across_configs(parameter_configs, trials = 20, n = 1000)A named list of results with MSE values for each method and configuration.
Named list of parameter sets (each a list with alpha, beta, gamma, delta).
Integer. Number of trials per configuration.
Integer. Number of samples per trial.