Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ sd() [3/5]

template<typename T , require_container_t< T > * = nullptr, require_not_st_var< T > * = nullptr>
auto stan::math::sd ( const T &  m)
inline

Returns the unbiased sample standard deviation of the coefficients in the specified std vector, column vector, row vector, or matrix.

Template Parameters
Ttype of the container
Parameters
mSpecified container.
Returns
Sample variance.

Definition at line 26 of file sd.hpp.