plot_vs_normal_stable: Plot comparison between normal and stable distributions
Description
Displays a histogram of the data with overlaid normal and alpha-stable PDFs.
Usage
plot_vs_normal_stable(x, params_stable, fig_path = NULL)
Value
NULL (saves plot to file)
Arguments
- x
Numeric vector of data.
- params_stable
List with alpha, beta, gamma, delta.
- fig_path
Optional path to save the plot (PNG). If NULL, uses tempdir().