Simulates alpha-stable samples across a grid of alpha and beta values, and computes quantile-based ratios used for McCulloch estimation. The result is a lookup table indexed by (alpha, beta) keys.
generate_mcculloch_table(alpha_grid, beta_grid, size = 1e+05)Named list of quantile ratios indexed by "alpha_beta".
Vector of alpha values to simulate.
Vector of beta values to simulate.
Number of samples per simulation.