Learn R Programming

MixStable (version 0.1.0)

compare_estimators_on_simulations: Compare MLE, ECF, and McCulloch estimators on simulated data

Description

Runs multiple simulations and compares the mean squared error (MSE) of parameter estimates from MLE, kernel ECF, and McCulloch methods.

Usage

compare_estimators_on_simulations(
  n_samples = 1000,
  n_runs = 30,
  interp_alpha = NULL,
  interp_beta = NULL
)

Value

Data frame of simulation results with MSE and estimated parameters.

Arguments

n_samples

Integer. Number of samples per simulation.

n_runs

Integer. Number of simulation runs.

interp_alpha

Optional interpolation function for alpha (McCulloch).

interp_beta

Optional interpolation function for beta (McCulloch).