Stan Math Library
4.9.0
Automatic Differentiation
|
var stan::math::sd | ( | const T & | x | ) |
Return the sample standard deviation of a variable which inherits from EigenBase.
Return the sample standard deviation of the var_value matrix.
T | Input type |
[in] | x | input |
domain | error size is not greater than zero. |
T | Input type |
[in] | x | input matrix |
domain | error size is not greater than zero. |