# Basic Statistics

*Basic Statistics Mini-Course for Absolute Beginners* is designed for learners without a mathematics or statistics background or training. It is especially suitable for those looking to gain a solid grasp of the foundations of statistics and data analysis before deciding how deep they would like to dive into the world of statistics.

*Basic Statistics* explains without jargon key statistical concepts and their applications in quantitative data analysis for decision making. You will learn through intuitive examples foundational mathematical skills to help you launch a career in data analysis or data science or to master the key statistics concepts and grasp their real world applications.

### Lessons in this Basic Statistics Mini-Course

Statistics can be understood as a branch of mathematics concerned with collecting, organizing, analyzing, and presenting data for decision making. Topics covered in the *Basic Statistics Mini-Course for Absolute Beginners* include data collection, data preparation, measures of central tendency, spread analysis, the normal distribution, the normal approximation to the binomial distribution, and two variable statistics. There are seven lessons in this mini-course.

### 1. [Data collection in statistics](/basic-statistics/basic-statistics/data-collection-in-statistics.md)

Data collection in statistics is a process of gathering information from the relevant sources to find a solution to a research problem.

**Key concepts covered:** data sources, random samples, table of random digits, simulations, tally charts, data collection methods, and types of data.

### 2. [Data presentation in statistics](/basic-statistics/basic-statistics/data-presentation-in-statistics.md)

Visual data presentation helps data analysts identify and understand relationships between and within data sets to inform science-based decision making.

**Key concepts covered:** frequency distributions and histograms, graphical representations of data, comparing graphs, and stem and leaf plots.

### 3. [Measures of central tendency](/basic-statistics/basic-statistics/measures-of-central-tendency.md)

Measures of central tendency help us locate the centre of the data, which allows us to make predictions about what is likely to happen. The most common measures of central tendency are the mean, the median, and the mode.

**Key concepts covered:** mean, median, mode, and effect of distribution on measures of central tendency.

### 4. [Analyzing data spread](/basic-statistics/basic-statistics/analyzing-data-spread.md)

Data spread or data variability of a distribution is the extent to which the scores vary around their central tendency. Common methods to investigate the variability in data sets are the range, the interquartile range, and the standard deviation.

**Key concepts covered:** range, interquartile range, box and whisker plots, mean deviation, standard deviation, measuring variability in grouped data, and Chebyshev’s theorem.

### 5. [Normal distribution or Gaussian distribution](/basic-statistics/basic-statistics/normal-distribution-or-gaussian-distribution.md)

Normal distribution or Gaussian distribution or Gauss distribution or Laplace–Gauss distribution, in probability theory, is a type of continuous probability distribution for a real-valued random variable.

**Key concepts covered:** the normal curve (the normal probability curve), area probability graphs, using tables of areas under the normal curve, using N(0, 1) to investigate N(,2), and standard deviation and the normal curve.&#x20;

### 6. [Normal approximation to the binomial distribution](/basic-statistics/basic-statistics/normal-approximation-to-the-binomial-distribution.md)

The binomial distribution is a representation of the results of repeated experiments which are independent and identical and in which there are two possible outcomes each time.

**Key concepts covered:** the binomial distribution, comparing the binomial distribution to the normal distribution, and using the normal distribution to approximate the binomial distribution.

### 7. [Bivariate statistics or two variable statistics](/basic-statistics/basic-statistics/bivariate-statistics-or-two-variable-statistics.md)

Bivariate statistics or two variable statistics is a type of inferential statistics that deals with the relationship between two variables (e.g., price and demand). Bivariate statistics examines how one variable compares with or influences another variable (e.g., how price can drive demand).

**Key concepts covered:** scatterplots, correlation, line of best fit, and curve of best fit.

[About the author](https://itnetworkingskills.wordpress.com/baha-abu-shaqra-academic-publications/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://dti-techs.gitbook.io/basic-statistics/basic-statistics.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
