Runs multiple simulations and compares the mean squared error (MSE) of parameter estimates from MLE, kernel ECF, and McCulloch methods.
compare_estimators_on_simulations(
n_samples = 1000,
n_runs = 30,
interp_alpha = NULL,
interp_beta = NULL
)Data frame of simulation results with MSE and estimated parameters.
Integer. Number of samples per simulation.
Integer. Number of simulation runs.
Optional interpolation function for alpha (McCulloch).
Optional interpolation function for beta (McCulloch).