Over at scipy/scipy#23308 I implemented the inverse of the noncentral F distibution CDF with respect to the noncentrality parameter (the legacy cdflib library called this ncfdtrinc) using boost. It is a straight forward exercise for bracket_and_solve_root and works well.
Now my question is if such inverses are of interest for boost.math itself? For the noncentral chi squared distribution, these inverses are for example implemented. Such functions have statistical applications (see for example here in statsmodels).