> ## Documentation Index
> Fetch the complete documentation index at: https://docs.anlytic.com/llms.txt
> Use this file to discover all available pages before exploring further.

# RegressionSlope

Helling van de lineaire regressielijn (y op x)

**Categorie:** `aggregate`

**Syntax:**

```
RegressionSlope([y], [x])
```

**Retourneert:** `Float`

**Contextfiltering:** ✗ Nee

## Parameters

| Naam | Type    | Vereist | Beschrijving |
| ---- | ------- | ------- | ------------ |
| `y`  | `kolom` | ✓ Ja    |              |
| `x`  | `kolom` | ✓ Ja    |              |

**Toegestane kolomtypen voor `y`:** INT, FLOAT, DECIMAL

**Toegestane kolomtypen voor `x`:** INT, FLOAT, DECIMAL

## Validatie

* Minimum parameters: 2
* Maximum parameters: 2

## Voorbeelden

```
RegressionSlope([Y], [X])
```

Regressiehelling
