Defined in header <scicpp/core.hpp>
Compute the standard deviation. ddof is the delta degrees of freedom
Compute the standard deviation of an array using only the values satisfying the filter predicate.
Compute the standard deviation of an array.
Compute the standard deviation of an array, ignoring NaNs.
ddof
= 1, class Array
>tstd
(const Array &f, const std::array<T, 2> &limits, const std::array<bool, 2> &inclusive)¶Compute the standard deviation of an array, ignoring values outside the given limits. Use the optional parameter inclusive to specify whether the limits are included (by default they are included). Note that by default here ddof = 1.