Executes the full pipeline for stability analysis: normality tests, QCV computation, parameter estimation, plotting, and report export.
analyse_stable_distribution(
x,
filename = "interval_analysis",
qcv_threshold = 1.8,
fig_path = NULL,
verbose = FALSE
)Invisibly returns a character string containing a Markdown-formatted summary report.
Numeric vector of data.
Base name for output files (JSON and Excel). Written to tempdir().
Threshold for QCV to consider distribution heavy-tailed.
Optional path to save the plot (PNG). If NULL, uses tempdir().
Logical; if TRUE, prints progress messages. Default is FALSE.