Veralgemeend gemiddelde

Sign in to test your solution.
### Enkele testen ### data <- c(98, 97, 98, 99, 100, 98) mean_generalized(data, 3) # 98.34 data <- c(14, 25, 14, 18, 16, 16, 20) mean_generalized(data, 2) # 17.94
You can submit as many times as you like. Only your latest submission will be taken into account.
Sign in to test your solution.