Struct template lazy_weighted_variance_impl
boost::accumulators::impl::lazy_weighted_variance_impl — Lazy calculation of variance of weighted samples.
Synopsis
Description
Реализация дисперсии взвешенных образцов по умолчанию основана на втором моменте
(weighted_moment<2>) и среднем
(weighted_mean):
где
— количество образцов.
lazy_weighted_variance_impl
public
construct/copy/destruct
- <
lazy_weighted_variance_impl(dont_care);
>
lazy_weighted_variance_impl public member functions
- <
template<typenameArgs>result_typeresult(Argsconst&args)const;
>