scipp.stddevs#
- scipp.stddevs(x)#
- Return the input’s standard deviations as values. - Parameters:
- x ( - scipp.typing.VariableLike) – Input data with variances.
- Returns:
- scipp.typing.VariableLike– The same as the input but with values set to standard deviations computed from the input’s variances and without variances itself.
 - See also