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