> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/master/math/average.md).

# 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.
