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

◆ sd() [1/5]

template<typename T , require_all_kernel_expressions_and_none_scalar_t< T > * = nullptr>
double stan::math::sd ( const T &  a)
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
aSpecified container.
Returns
Sample standard deviation.

Definition at line 26 of file sd.hpp.