$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] statistics: exact median, first and third quartile
From: gast128 (gast128_at_[hidden])
Date: 2013-02-26 10:29:39
Hello all,
I was looking if Boost would support basic statistics calculated from a
container of values:
- Boost.Accumulators supports these statistics but only in an incremental way.
This is nice, but now we want exact values since the containers are small (i.e.
less than 100 elements)
- Boost.Math: support only for distributions
Did I overlook something or is this just not supported?