Learn R Programming

MixStable (version 0.1.0)

generate_mixture_data: Simulates a mixture of alpha-stable distributions with randomly sampled parameters.

Description

Simulates a mixture of alpha-stable distributions with randomly sampled parameters.

Usage

generate_mixture_data(K = 2, N = 1000)

Value

A list containing:

data

Numeric vector of generated samples.

params

List of parameters for each component (alpha, beta, gamma, delta, pi).

Arguments

K

Integer. Number of mixture components.

N

Integer. Total number of samples to generate.