$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (tottosen_at_[hidden])
Date: 2006-01-10 06:07:36
yinglcs2_at_[hidden] wrote:
> Hi,
>
> Does Boost Math Library support Statistic Calculation?
> (e.g. median, std deviation, etc)?
>
>>From here, it does not appear Boost Math library
> calculate has statistic algorithm. If not, can
> someone please recommend some c/c++ library which does
> statistics?
I have some simple stuff in the sandbox under the "stat" directory.
You can view its usage here:
-Thorsten