Gemiddelde kwadratische afwijking

Sign in to test your solution.
### Enkele testen ### data <- c(98, 97, 98, 99, 100, 98) var_steekproef(data) # 1.0667 sd_steekproef(data) # 1.0328 data <- c(14, 25, 14, 18, 16, 16, 20) var_steekproef(data) # 15.2857 sd_steekproef(data) # 3.9097
You can submit as many times as you like. Only your latest submission will be taken into account.
Sign in to test your solution.