Learn R Programming

MixStable (version 0.1.0)

generate_mcculloch_table: Generate McCulloch lookup table from simulated stable samples

Description

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.

Usage

generate_mcculloch_table(alpha_grid, beta_grid, size = 1e+05)

Value

Named list of quantile ratios indexed by "alpha_beta".

Arguments

alpha_grid

Vector of alpha values to simulate.

beta_grid

Vector of beta values to simulate.

size

Number of samples per simulation.