#include <welford_covar_estimator.hpp>
Definition at line 11 of file welford_covar_estimator.hpp.
| stan::math::welford_covar_estimator::welford_covar_estimator |
( |
int |
n | ) |
|
|
inlineexplicit |
| void stan::math::welford_covar_estimator::add_sample |
( |
const Eigen::VectorXd & |
q | ) |
|
|
inline |
| int stan::math::welford_covar_estimator::num_samples |
( |
| ) |
|
|
inline |
| void stan::math::welford_covar_estimator::restart |
( |
| ) |
|
|
inline |
| void stan::math::welford_covar_estimator::sample_covariance |
( |
Eigen::MatrixXd & |
covar | ) |
|
|
inline |
| void stan::math::welford_covar_estimator::sample_mean |
( |
Eigen::VectorXd & |
mean | ) |
|
|
inline |
| Eigen::VectorXd stan::math::welford_covar_estimator::_m |
|
protected |
| Eigen::MatrixXd stan::math::welford_covar_estimator::_m2 |
|
protected |
| double stan::math::welford_covar_estimator::_num_samples |
|
protected |
The documentation for this class was generated from the following file: