View source: R/visualisation.R
plot_univariate_normal_density_distribution | R Documentation |
Plot the true density distributions, in the univariate context
plot_univariate_normal_density_distribution(
true_theta,
nobservations = 1000,
k = length(true_theta$p)
)
plot_bivariate_normal_density_distribution(
true_theta,
nobservations = 1000,
k = length(true_theta$p)
)
plot_HD_density_distribution(
true_theta,
nobservations = 10^3,
k = length(true_theta$p),
ade_plot = FALSE
)
true_theta |
the true values of the parameters (with p, mu and sigma) |
nobservations |
the number of bins used to regenerate the global mixture distribution |
k |
the number of components, by default, the number of ratio elements stored in item p of true_theta |
density_plots a ggplot object representing the distributions of empirical univariate density functions
Bastien CHASSAGNOL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.