Skip to content

Function stddev

function stddev(const E1 &) base

template <input_expression E1, typename T = expression_value_type<E1>>
KFR_FUNCTION T stddev(const E1& x)

Computes the standard deviation of the given expression.

Template parameters
E1 The type of the input expression.
T The value type of the expression elements.
Parameters
x The input expression for which the standard deviation is computed. Must be a sized expression.
Returns
The standard deviation of the input expression.

Fully qualified name: kfr::stddev(const E1 &)

Declared at base/reduce.hpp:609

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.