Visualizes the estimated two-component alpha-stable mixture density using parameters obtained from MCMC sampling. Optionally overlays the true density for comparison.
plot_results(
M2_w1,
M2_alpha1,
M2_beta1,
M2_delta1,
M2_omega1,
M2_w2,
M2_alpha2,
M2_beta2,
M2_delta2,
M2_omega2,
xx,
xx_true = NULL,
yy_true = NULL
)Invisibly returns the file path to the saved PNG image of the posterior mixture density plot.
Numeric scalar. Mixture weight of first component.
Numeric vector. Stability parameter samples of first component.
Numeric vector. Skewness parameter samples of first component.
Numeric vector. Location parameter samples of first component.
Numeric vector. Scale parameter samples of first component.
Numeric scalar. Mixture weight of second component.
Numeric vector. Stability parameter samples of second component.
Numeric vector. Skewness parameter samples of second component.
Numeric vector. Location parameter samples of second component.
Numeric vector. Scale parameter samples of second component.
Numeric vector of grid values for density evaluation.
Optional numeric vector for true density x-values.
Optional numeric vector for true density y-values.