![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <cmath>#include <vector>#include <boost/math/tools/promotion.hpp>#include <stan/math/matrix/Eigen.hpp>#include <stan/math/matrix/mean.hpp>#include <stan/agrad/rev/var.hpp>#include <stan/agrad/rev/vari.hpp>#include <stan/agrad/rev/matrix/stored_gradient_vari.hpp>#include <stan/math/error_handling/matrix/check_nonzero_size.hpp>Go to the source code of this file.
Namespaces | |
| stan | |
| Probability, optimization and sampling library. | |
| stan::agrad | |
| Function gradients via reverse-mode automatic differentiation. | |
Functions | |
| var | stan::agrad::sd (const std::vector< var > &v) |
| Return the sample standard deviation of the specified standard vector. More... | |
| template<int R, int C> | |
| var | stan::agrad::sd (const Eigen::Matrix< var, R, C > &m) |