![]() |
Stan Math Library
2.14.0
reverse mode automatic differentiation
|
#include <stan/math/prim/arr/err/check_nonzero_size.hpp>
#include <stan/math/prim/mat/fun/Eigen.hpp>
#include <boost/math/tools/promotion.hpp>
#include <vector>
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
template<typename T > | |
boost::math::tools::promote_args< T >::type | stan::math::mean (const std::vector< T > &v) |
Returns the sample mean (i.e., average) of the coefficients in the specified standard vector. More... | |
template<typename T , int R, int C> | |
boost::math::tools::promote_args< T >::type | stan::math::mean (const Eigen::Matrix< T, R, C > &m) |
Returns the sample mean (i.e., average) of the coefficients in the specified vector, row vector, or matrix. More... | |