# Average

## Overview

![](/files/-MgFJSPlDVBT6qFUaLi7)

**Average** takes two or more **Float Values** and calculates the *arithmetic mean*, which is the total *sum* of the **Inputs** divided by the total *number* of **Inputs**.

## Attributes

| Attribute | Type    | Description                                                  |
| --------- | ------- | ------------------------------------------------------------ |
| `Count`   | **Int** | The number of **Data Input Sockets** the **Node** will have. |

## Inputs

| Input             | Type      | Description                                                           |
| ----------------- | --------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse** | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Input [n]`       | **Float** | The **Values** that will be added together, and divided by `Count`.   |

## Outputs

| Output             | Type      | Description                                                                                                                            |
| ------------------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse** | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `Output`           | **Float** | The *arithmetic mean* of all of the **Input Values**.                                                                                  |

## External Links

* [*Arithmetic Mean: What it is and How to Find it*](https://www.statisticshowto.datasciencecentral.com/arithmetic-mean/) on Statistics How To.


---

# 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://docs.incari.com/incari-studio/master/math/average.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.
