Implementation of the Chi Squared inverse function. More...
#include <gtsam/3rdparty/cephes/cephes.h>

Go to the source code of this file.
| Namespaces | |
| gtsam | |
| traits | |
| gtsam::internal | |
| Functions | |
| double | gtsam::internal::chi_squared_quantile (const double dofs, const double alpha) | 
| Compute the quantile function of the Chi-Squared distribution.  More... | |
Implementation of the Chi Squared inverse function.
Uses the cephes 3rd party library to help with incomplete gamma inverse functions.
Definition in file ChiSquaredInverse.h.