# The Problem with Statistics

Statistics allow us to summarize data so as to convey important information about the data.

The problem, however, is that statistics aggregates data, which could lead to the loss of useful information.

Consider the **Anscombe's Quartet**:

![](/files/-M5-0UswYZemc8k9yExr)

The 4 scatter plots shown above represent 4 different datasets. Clearly, they have very different patterns.

However, when we compute common statistics for each of the 4 datasets, we will get the exact same results: the same average for x, the same average for y, the same linear interpolation etc. Therefore, visualization can help us see information that gets hidden by the lone use of statistics.


---

# 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://vikram-bajaj.gitbook.io/cs-gy-6313-information-visualization/the-problem-with-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.
