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

◆ sd() [2/5]

template<typename T , require_all_kernel_expressions_and_none_scalar_t< T > * = nullptr>
var stan::math::sd ( const var_value< T > &  A)
inline

Return the sample standard deviation of the var_value matrix.

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

Definition at line 24 of file sd.hpp.