# WINDOWSTDEVP

WINDOWSTDEVP(`column`, `window size / static window start`, `static window end`)

Returns a rolling or static window population standard deviation from a given column

{% hint style="info" %}
ALIAS of STDEV
{% endhint %}

### Arguments

| Argument                            | Description                                                                                                                          |
| ----------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| `column`                            | Column on which to compute the window standard deviation. Must be numeric.                                                           |
| `window size / static window start` | Size of rolling window calculation. If two window values are provided, this is the 1st row number for the static window calculation. |
| `static window end`                 | Optional, default is `None`. 2nd row number for static window calculation.                                                           |

### Outputs

Window standard deviation(s).

### Example

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