look at the R code

This commit is contained in:
NunoSempere 2023-05-21 12:04:27 -04:00
parent 3e70318e36
commit 8acdc283a2
2 changed files with 1 additions and 4 deletions

0
R/.Rhistory Normal file
View File

View File

@ -48,6 +48,3 @@ weights = c((1 - p_c), p_c/2, p_c/4, p_c/4)
result = mixture(dists, weights)
mean_result = mean(result)
print(mean_result)