Simulates a mixture of alpha-stable distributions with randomly sampled parameters.
generate_mixture_data(K = 2, N = 1000)A list containing:
Numeric vector of generated samples.
List of parameters for each component (alpha, beta, gamma, delta, pi).
Integer. Number of mixture components.
Integer. Total number of samples to generate.