Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
non_central_chi_squared.hpp File Reference
#include <boost/math/distributions/fwd.hpp>
#include <boost/math/special_functions/gamma.hpp>
#include <boost/math/special_functions/bessel.hpp>
#include <boost/math/special_functions/round.hpp>
#include <boost/math/distributions/complement.hpp>
#include <boost/math/distributions/chi_squared.hpp>
#include <boost/math/distributions/detail/common_error_handling.hpp>
#include <boost/math/special_functions/fpclassify.hpp>
#include <boost/math/tools/roots.hpp>
#include <boost/math/distributions/detail/generic_mode.hpp>
#include <boost/math/distributions/detail/generic_quantile.hpp>
#include <boost/math/distributions/detail/derived_accessors.hpp>
Include dependency graph for non_central_chi_squared.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::math::non_central_chi_squared_distribution< RealType, Policy >
 
struct  boost::math::detail::nccs_quantile_functor< T, Policy >
 
struct  boost::math::detail::degrees_of_freedom_finder< RealType, Policy >
 
struct  boost::math::detail::non_centrality_finder< RealType, Policy >
 
class  boost::math::non_central_chi_squared_distribution< RealType, Policy >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::math
 
 boost::math::detail
 

Typedefs

typedef
non_central_chi_squared_distribution
< double > 
boost::math::non_central_chi_squared
 

Functions

template<class T , class Policy >
T boost::math::detail::non_central_chi_square_q (T x, T f, T theta, const Policy &pol, T init_sum=0)
 
template<class T , class Policy >
T boost::math::detail::non_central_chi_square_p_ding (T x, T f, T theta, const Policy &pol, T init_sum=0)
 
template<class T , class Policy >
T boost::math::detail::non_central_chi_square_p (T y, T n, T lambda, const Policy &pol, T init_sum)
 
template<class T , class Policy >
T boost::math::detail::non_central_chi_square_pdf (T x, T n, T lambda, const Policy &pol)
 
template<class RealType , class Policy >
RealType boost::math::detail::non_central_chi_squared_cdf (RealType x, RealType k, RealType l, bool invert, const Policy &)
 
template<class RealType , class Policy >
RealType boost::math::detail::nccs_quantile (const non_central_chi_squared_distribution< RealType, Policy > &dist, const RealType &p, bool comp)
 
template<class RealType , class Policy >
RealType boost::math::detail::nccs_pdf (const non_central_chi_squared_distribution< RealType, Policy > &dist, const RealType &x)
 
template<class RealType , class Policy >
RealType boost::math::detail::find_degrees_of_freedom (RealType lam, RealType x, RealType p, RealType q, const Policy &pol)
 
template<class RealType , class Policy >
RealType boost::math::detail::find_non_centrality (RealType v, RealType x, RealType p, RealType q, const Policy &pol)
 
template<class RealType , class Policy >
const std::pair< RealType,
RealType > 
boost::math::range (const non_central_chi_squared_distribution< RealType, Policy > &)
 
template<class RealType , class Policy >
const std::pair< RealType,
RealType > 
boost::math::support (const non_central_chi_squared_distribution< RealType, Policy > &)
 
template<class RealType , class Policy >
RealType boost::math::mean (const non_central_chi_squared_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::mode (const non_central_chi_squared_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::variance (const non_central_chi_squared_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::skewness (const non_central_chi_squared_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::kurtosis_excess (const non_central_chi_squared_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::kurtosis (const non_central_chi_squared_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::pdf (const non_central_chi_squared_distribution< RealType, Policy > &dist, const RealType &x)
 
template<class RealType , class Policy >
RealType boost::math::cdf (const non_central_chi_squared_distribution< RealType, Policy > &dist, const RealType &x)
 
template<class RealType , class Policy >
RealType boost::math::cdf (const complemented2_type< non_central_chi_squared_distribution< RealType, Policy >, RealType > &c)
 
template<class RealType , class Policy >
RealType boost::math::quantile (const non_central_chi_squared_distribution< RealType, Policy > &dist, const RealType &p)
 
template<class RealType , class Policy >
RealType boost::math::quantile (const complemented2_type< non_central_chi_squared_distribution< RealType, Policy >, RealType > &c)