Section7SageΒΆ permalink
xxxxxxxxxx
f(x) = x^2
plot(f, (x, -2, 4), color='green', thickness=3)
xxxxxxxxxx
numerical_integral(sin(x)^2, (0, 2))
xxxxxxxxxx
ruth <- c(22, 25, 34, 35, 41, 41, 46, 46, 46, 47, 49, 54, 54, 59, 60)
bonds <- c(16, 25, 24, 19, 33, 25, 34, 46, 37, 33, 42, 40, 37, 34, 49, 73, 46, 45, 45, 5, 26, 28)
dimaggio <- c(12, 14, 20, 21, 25, 29, 30, 30, 31, 32, 32, 39, 46)
summary(ruth)
summary(bonds)
summary(dimaggio)
boxplot(ruth, bonds, dimaggio)