View source: R/visualisation.R
plot_Hellinger | R Documentation |
Plot boxplot of the Hellinger distances per component
plot_Hellinger(
distribution_parameters,
true_theta,
num_col = length(true_theta$p)
)
distribution_parameters |
the estimated bootstrap distributions |
true_theta |
the true values of the parameters (with p, mu and sigma) |
num_col |
How to organise the facets? by default according to the number of components |
a ggplot object representing for each configuration of parameter, in each panel the Hellinger distance for each package and initialisation method, respectively to each component
Bastien CHASSAGNOL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.