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

◆ sd() [5/5]

template<typename T , require_std_vector_st< is_var, T > * = nullptr>
auto stan::math::sd ( const T &  m)

Return the sample standard deviation of the specified std vector, column vector, row vector, matrix, or std vector of any of these types.

Template Parameters
TInput type
Parameters
[in]minput matrix
Returns
sample standard deviation
Exceptions
domainerror size is not greater than zero.

Definition at line 95 of file sd.hpp.