# STDEVP

STDEVP( `value 1`, `[value 2 ...]` )

Returns the population standard deviation of a set of values. Ignores nulls and non-numeric values.

{% hint style="info" %}
STDEV() and STDEVP() are aliases of each other.
{% endhint %}

### Arguments

| Input          | Description                                                                                                               |
| -------------- | ------------------------------------------------------------------------------------------------------------------------- |
| `value 1`      | numeric column or value                                                                                                   |
| `[value 2...]` | Optional. Column(s) to be included in the calculation; will output a row-wise calculation when this argument is provided. |

### Outputs

The population standard deviation of input values

### Example

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