plot_real_mixture_fit: Plot fitted mixture on real dataset
Description
Plots the fitted mixture model over a histogram of real-world data,
showing both components and the overall mixture.
Usage
plot_real_mixture_fit(X, result)
Value
NULL (plot is saved as PNG)
Arguments
- X
Numeric vector of observations.
- result
List containing params1, params2, and lambda1.