> For the complete documentation index, see [llms.txt](https://docs.cascade.io/cascade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cascade.io/cascade/functions-and-expressions/functions/table/smoothedaverage.md).

# SMOOTHEDAVERAGE

SMOOTHEDAVERAGE(`column`, `weighting parameter`, `[minimum period count]`)

Returns the smoothed averages, weighted with specified inputs, of a `column`

### Arguments

| Argument                 | Description                                                                |
| ------------------------ | -------------------------------------------------------------------------- |
| `column`                 | Column on which to compute the smoothed average. Must be numeric.          |
| `weighting parameter`    | Weighting parameter for calculating the smoothed averages.                 |
| `[minimum period count]` | Optional. Minimum number of observations to have an output, defaults to 0. |

### Outputs

Weighted smoothed averages

### Example

{% embed url="<https://datawrapper.dwcdn.net/AvUcu/1/>" %}
