scipp.stddevs

scipp.stddevs(x)

Return object containing the stddevs of the input as values.

This is essentially sqrt(variances(x))

Parameters

x (VariableLike) – Variable or DataArray

Seealso

scipp.values(), scipp.stddevs().

Return type

VariableLike