#include <boost/math/distributions/non_central_beta.hpp>
#include <boost/math/distributions/detail/generic_mode.hpp>
#include <boost/math/special_functions/pow.hpp>
#include <boost/math/distributions/detail/derived_accessors.hpp>
Classes | |
class | boost::math::non_central_f_distribution< RealType, Policy > |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::math | |
Typedefs | |
typedef non_central_f_distribution < double > | boost::math::non_central_f |
Functions | |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | boost::math::range (const non_central_f_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | boost::math::support (const non_central_f_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | boost::math::mean (const non_central_f_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | boost::math::mode (const non_central_f_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | boost::math::variance (const non_central_f_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | boost::math::skewness (const non_central_f_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | boost::math::kurtosis_excess (const non_central_f_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | boost::math::kurtosis (const non_central_f_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | boost::math::pdf (const non_central_f_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | boost::math::cdf (const non_central_f_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | boost::math::cdf (const complemented2_type< non_central_f_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | boost::math::quantile (const non_central_f_distribution< RealType, Policy > &dist, const RealType &p) |
template<class RealType , class Policy > | |
RealType | boost::math::quantile (const complemented2_type< non_central_f_distribution< RealType, Policy >, RealType > &c) |