Registry / utility / boost-accumulators

boost-accumulators

JSON →
library1.90.0vcpkgunverified

Boost accumulators module provides incremental statistical computation.

vcpkg install boost-accumulators
INSTALL
IMPORT
SIG · BOOST-ACCUMULATORS
B
boost-accumulators
utilitycppv1.90.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

boost/accumulators/accumulators.hpp
#include <boost/accumulators/accumulators.hpp>

Basic usage of Boost.Accumulators

#include <boost/accumulators/accumulators.hpp> #include <boost/accumulators/statistics.hpp> using namespace boost::accumulators; int main() { accumulator_set<double, features<tag::mean>> acc; acc(1.0); acc(2.0); acc(3.0); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

boost-accumulators — pip install boost-accumulators · libregistry