descriptive statistics : is one of the main branches of data analystics, is is answering ” what happens in the data”?.
measure of central tendency acting as the back bone of the descriptive statistics 7 of the main elements are foundations of the central tendency including:
in statistics, there are more than 7 types of mean including:
\[x^2=x^n-\alpha+\eta-\beta\]
x<-c(11,12,11,14,13,14,16,11,17,11)
summary (x)
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## 11.0 11.0 12.5 13.0 14.0 17.0
boxplot(x)
plot(density(x))
hist(x)