Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
non_central_f.hpp File Reference
#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>
Include dependency graph for non_central_f.hpp:
This graph shows which files directly or indirectly include this file:

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)