Descriptive statistics : is one of the main branch of the data analaystics . it is answering “what happens in the data”?.
Measure of central tendency acting as the back bone of the descriptive statistics.
7 main element are the foundation 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,11,13,14,17,16,11,11)
summary(x)
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## 11.00 11.00 12.00 12.82 14.00 17.00
boxplot(x)
plot(density(x))
hist(x)
\[\begin{equation} xbar=\frac{x}{n} \end{equation}\]