mirror of
https://github.com/BreizhHardware/TD-R.git
synced 2026-01-18 16:47:34 +01:00
feat: add hypothesis testing and visualization for thickness data in R script
This commit is contained in:
@@ -47,8 +47,10 @@ if (abs(z_stat) > z_critique) {
|
||||
}
|
||||
|
||||
# Représentation graphique
|
||||
k <- sqrt(n)
|
||||
|
||||
hist(epaisseurs,
|
||||
breaks = "FD",
|
||||
breaks = k,
|
||||
col = "lightblue",
|
||||
main = "Distribution des épaisseurs des composants",
|
||||
xlab = "Épaisseur (mm)",
|
||||
|
||||
Reference in New Issue
Block a user