> For the complete documentation index, see [llms.txt](https://particle-analytics-1.gitbook.io/iotasuite-user-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://particle-analytics-1.gitbook.io/iotasuite-user-manual/post_intro/post_tools/post_statistics.md).

# Generating a Result Statistics Graph

This feature allows users to generate a graphs showing the temporal evolution of different statistical parameters of a result of the particles or the nodes of a mesh:

* `Min`: Minimum value of the result.
* `Max`: Maximum value of the result.
* `Mean`: arithmetic average of the result.&#x20;
* `Median`: middle value of the result.
* `Stdev`: standard deviation of the result.
* `CoV`: Coefficient of Variance of the result (i.e., CoV = Stdev/Mean)&#x20;

User can generete a result statitics graph by following these steps:

1. Select a mesh with results or a particles mesh from the list of meshes shown at the top left side of the window by clicking on its name. Alternatively, users can also select the mesh by using the selection mode on the [Views toolbar](/iotasuite-user-manual/post_intro/views_toolbar.md) and clicking on the mesh rendered on the screen.
2. Check the statistical parameters that you would like to compute.
3. Use the `Variable` pull-down menu to select the result/varaible that you would like to integrate.
4. If the `Variable` selected contains more than one component, select a component from the `Component` pull-down menu.
5. Select one of the `Time Options`:
6. `All`: it will compute the integral of the result for all the timesteps of the dataset.
7. `Current`: it will compute the integral for only the timestep that is currently rendered on the screen.
8. Click `Apply` button.
9. A graph that contains the temporal evolution of the statistical parameters selected generated and available at the [`Graphs`](/iotasuite-user-manual/project_intro/project_graphs.md) accordion of the working project/scenario.

![](/files/-Ll27L73UFImZybH-xgN)

*Figure 45 -* `Statistics` *feature at `Tools` tab of the* [***Post***](/iotasuite-user-manual/post_intro.md) *page*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://particle-analytics-1.gitbook.io/iotasuite-user-manual/post_intro/post_tools/post_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.
