Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
non_central_beta.hpp File Reference
#include <boost/math/distributions/fwd.hpp>
#include <boost/math/special_functions/beta.hpp>
#include <boost/math/distributions/complement.hpp>
#include <boost/math/distributions/beta.hpp>
#include <boost/math/distributions/detail/generic_mode.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/tools/series.hpp>
#include <boost/math/distributions/detail/derived_accessors.hpp>
Include dependency graph for non_central_beta.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::math::non_central_beta_distribution< RealType, Policy >
 
struct  boost::math::detail::nc_beta_quantile_functor< T, Policy >
 
struct  boost::math::detail::hypergeometric_2F2_sum< T >
 
class  boost::math::non_central_beta_distribution< RealType, Policy >
 

Namespaces

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

Typedefs

typedef
non_central_beta_distribution
< double > 
boost::math::non_central_beta
 

Functions

template<class T , class Policy >
T boost::math::detail::non_central_beta_p (T a, T b, T lam, T x, T y, const Policy &pol, T init_val=0)
 
template<class T , class Policy >
T boost::math::detail::non_central_beta_q (T a, T b, T lam, T x, T y, const Policy &pol, T init_val=0)
 
template<class RealType , class Policy >
RealType boost::math::detail::non_central_beta_cdf (RealType x, RealType y, RealType a, RealType b, RealType l, bool invert, const Policy &)
 
template<class F , class T , class Tol , class Policy >
std::pair< T, Tboost::math::detail::bracket_and_solve_root_01 (F f, const T &guess, T factor, bool rising, Tol tol, boost::uintmax_t &max_iter, const Policy &pol)
 
template<class RealType , class Policy >
RealType boost::math::detail::nc_beta_quantile (const non_central_beta_distribution< RealType, Policy > &dist, const RealType &p, bool comp)
 
template<class T , class Policy >
T boost::math::detail::non_central_beta_pdf (T a, T b, T lam, T x, T y, const Policy &pol)
 
template<class RealType , class Policy >
RealType boost::math::detail::nc_beta_pdf (const non_central_beta_distribution< RealType, Policy > &dist, const RealType &x)
 
template<class T , class Policy >
T boost::math::detail::hypergeometric_2F2 (T a1, T a2, T b1, T b2, T z, const Policy &pol)
 
template<class RealType , class Policy >
const std::pair< RealType,
RealType > 
boost::math::range (const non_central_beta_distribution< RealType, Policy > &)
 
template<class RealType , class Policy >
const std::pair< RealType,
RealType > 
boost::math::support (const non_central_beta_distribution< RealType, Policy > &)
 
template<class RealType , class Policy >
RealType boost::math::mode (const non_central_beta_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::mean (const non_central_beta_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::variance (const non_central_beta_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::skewness (const non_central_beta_distribution< RealType, Policy > &)
 
template<class RealType , class Policy >
RealType boost::math::kurtosis_excess (const non_central_beta_distribution< RealType, Policy > &)
 
template<class RealType , class Policy >
RealType boost::math::kurtosis (const non_central_beta_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::pdf (const non_central_beta_distribution< RealType, Policy > &dist, const RealType &x)
 
template<class RealType , class Policy >
RealType boost::math::cdf (const non_central_beta_distribution< RealType, Policy > &dist, const RealType &x)
 
template<class RealType , class Policy >
RealType boost::math::cdf (const complemented2_type< non_central_beta_distribution< RealType, Policy >, RealType > &c)
 
template<class RealType , class Policy >
RealType boost::math::quantile (const non_central_beta_distribution< RealType, Policy > &dist, const RealType &p)
 
template<class RealType , class Policy >
RealType boost::math::quantile (const complemented2_type< non_central_beta_distribution< RealType, Policy >, RealType > &c)