Stan Math Library  2.11.0
reverse mode automatic differentiation
Namespaces | Functions
variance.hpp File Reference
#include <boost/math/tools/promotion.hpp>
#include <stan/math/prim/mat/fun/Eigen.hpp>
#include <stan/math/prim/mat/fun/mean.hpp>
#include <stan/math/rev/core.hpp>
#include <stan/math/prim/arr/err/check_nonzero_size.hpp>
#include <vector>

Go to the source code of this file.

Namespaces

 stan
 
 stan::math
 Matrices and templated mathematical functions.
 

Functions

var stan::math::variance (const std::vector< var > &v)
 Return the sample variance of the specified standard vector. More...
 
template<int R, int C>
var stan::math::variance (const Eigen::Matrix< var, R, C > &m)
 

     [ Stan Home Page ] © 2011–2016, Stan Development Team.