$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Statistical distributions in Boost.Math
From: John Maddock (boost.regex_at_[hidden])
Date: 2010-11-05 12:46:59
> I am needing cdf of doubly-noncentric F distribution, and having trouble
> finding code (execpt in mathematica). I have found a few papers, but
> haven't found time to review them.
I'm sure that rang a bell somewhere, is what you're looking for not here
already:
http://www.boost.org/doc/libs/1_44_0/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/nc_f_dist.html ?
HTH, John.