#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>
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, T > | boost::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) |