# Data analysis: fundamental concepts of statistics

{% hint style="info" %}
Context note: this is a self-contained part of the [computational literacy for humanities and social sciences course](/cl4hss/master.md). You can use this to teach yourself some fundamental concepts of statistics. However, if you want to understand more broadly when you might want to use them, you're better off going through the whole course.
{% endhint %}

Statistics is about:

1. [Understanding and describing groups](/cl4hss/data-analysis-fundamental-concepts-of-statistics/understanding-and-describing-groups.md)
2. [Comparing groups](/cl4hss/data-analysis-fundamental-concepts-of-statistics/comparing-groups.md)
3. [Understanding relationships](/cl4hss/data-analysis-fundamental-concepts-of-statistics/understanding-relationships.md)

After learning these, you may also be interested in [where to continue learning](/cl4hss/where-to-continue.md).

##


---

# 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://jiemakel.gitbook.io/cl4hss/data-analysis-fundamental-concepts-of-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.
