mirror of
https://github.com/BreizhHardware/TD-R.git
synced 2026-01-18 16:47:34 +01:00
feat: add sortie data and perform Kolmogorov-Smirnov test in R script
This commit is contained in:
@@ -187,4 +187,7 @@ expected_probs <- diff(pnorm(breaks, mean = moyenne, sd = ecart_type))
|
||||
|
||||
# Perform chi-squared test
|
||||
chitest <- chisq.test(observed_counts, p = expected_probs, rescale.p = TRUE)
|
||||
print(chitest)
|
||||
print(chitest)
|
||||
|
||||
kstest <- ks.test(poids, "pnorm", mean = moyenne, sd = ecart_type)
|
||||
print(kstest)
|
||||
Reference in New Issue
Block a user