diff --git a/R/.Rhistory b/R/.Rhistory new file mode 100644 index 00000000..e69de29b diff --git a/R/samples.R b/R/samples.R index 602463f0..fe180050 100644 --- a/R/samples.R +++ b/R/samples.R @@ -47,7 +47,4 @@ weights = c((1 - p_c), p_c/2, p_c/4, p_c/4) # print(weights) result = mixture(dists, weights) mean_result = mean(result) -print(mean_result) - - - +print(mean_result) \ No newline at end of file