Classes | |
class | distribution_archetype |
struct | DistributionConcept |
class | real_concept |
struct | RealTypeConcept |
class | std_real_concept |
Typedefs | |
typedef long double | real_concept_base_type |
typedef long double | std_real_concept_base_type |
Functions | |
template<class RealType > | |
RealType | pdf (const distribution_archetype< RealType > &dist, const RealType &x) |
template<class RealType > | |
RealType | cdf (const distribution_archetype< RealType > &dist, const RealType &x) |
template<class RealType > | |
RealType | quantile (const distribution_archetype< RealType > &dist, const RealType &p) |
template<class RealType > | |
RealType | cdf (const complemented2_type< distribution_archetype< RealType >, RealType > &c) |
template<class RealType > | |
RealType | quantile (const complemented2_type< distribution_archetype< RealType >, RealType > &c) |
template<class RealType > | |
RealType | mean (const distribution_archetype< RealType > &dist) |
template<class RealType > | |
RealType | standard_deviation (const distribution_archetype< RealType > &dist) |
template<class RealType > | |
RealType | variance (const distribution_archetype< RealType > &dist) |
template<class RealType > | |
RealType | hazard (const distribution_archetype< RealType > &dist) |
template<class RealType > | |
RealType | chf (const distribution_archetype< RealType > &dist) |
template<class RealType > | |
RealType | coefficient_of_variation (const distribution_archetype< RealType > &dist) |
template<class RealType > | |
RealType | mode (const distribution_archetype< RealType > &dist) |
template<class RealType > | |
RealType | skewness (const distribution_archetype< RealType > &dist) |
template<class RealType > | |
RealType | kurtosis_excess (const distribution_archetype< RealType > &dist) |
template<class RealType > | |
RealType | kurtosis (const distribution_archetype< RealType > &dist) |
template<class RealType > | |
RealType | median (const distribution_archetype< RealType > &dist) |
template<class RealType > | |
std::pair< RealType, RealType > | range (const distribution_archetype< RealType > &dist) |
template<class RealType > | |
std::pair< RealType, RealType > | support (const distribution_archetype< RealType > &dist) |
real_concept | operator+ (const real_concept &a, const real_concept &b) |
real_concept | operator- (const real_concept &a, const real_concept &b) |
real_concept | operator* (const real_concept &a, const real_concept &b) |
real_concept | operator/ (const real_concept &a, const real_concept &b) |
bool | operator== (const real_concept &a, const real_concept &b) |
bool | operator!= (const real_concept &a, const real_concept &b) |
bool | operator< (const real_concept &a, const real_concept &b) |
bool | operator<= (const real_concept &a, const real_concept &b) |
bool | operator> (const real_concept &a, const real_concept &b) |
bool | operator>= (const real_concept &a, const real_concept &b) |
real_concept | acos (real_concept a) |
real_concept | cos (real_concept a) |
real_concept | asin (real_concept a) |
real_concept | atan (real_concept a) |
real_concept | atan2 (real_concept a, real_concept b) |
real_concept | ceil (real_concept a) |
real_concept | fmod (real_concept a, real_concept b) |
real_concept | cosh (real_concept a) |
real_concept | exp (real_concept a) |
real_concept | fabs (real_concept a) |
real_concept | abs (real_concept a) |
real_concept | floor (real_concept a) |
real_concept | modf (real_concept a, real_concept *ipart) |
real_concept | frexp (real_concept a, int *expon) |
real_concept | ldexp (real_concept a, int expon) |
real_concept | log (real_concept a) |
real_concept | log10 (real_concept a) |
real_concept | tan (real_concept a) |
real_concept | pow (real_concept a, real_concept b) |
real_concept | pow (real_concept a, int b) |
real_concept | sin (real_concept a) |
real_concept | sinh (real_concept a) |
real_concept | sqrt (real_concept a) |
real_concept | tanh (real_concept a) |
template<class Policy > | |
int | iround (const concepts::real_concept &v, const Policy &pol) |
int | iround (const concepts::real_concept &v) |
template<class Policy > | |
long | lround (const concepts::real_concept &v, const Policy &pol) |
long | lround (const concepts::real_concept &v) |
template<class Policy > | |
int | itrunc (const concepts::real_concept &v, const Policy &pol) |
int | itrunc (const concepts::real_concept &v) |
template<class Policy > | |
long | ltrunc (const concepts::real_concept &v, const Policy &pol) |
long | ltrunc (const concepts::real_concept &v) |
template<class charT , class traits > | |
std::basic_ostream< charT, traits > & | operator<< (std::basic_ostream< charT, traits > &os, const real_concept &a) |
template<class charT , class traits > | |
std::basic_istream< charT, traits > & | operator>> (std::basic_istream< charT, traits > &is, real_concept &a) |
std_real_concept | operator+ (const std_real_concept &a, const std_real_concept &b) |
std_real_concept | operator- (const std_real_concept &a, const std_real_concept &b) |
std_real_concept | operator* (const std_real_concept &a, const std_real_concept &b) |
std_real_concept | operator/ (const std_real_concept &a, const std_real_concept &b) |
bool | operator== (const std_real_concept &a, const std_real_concept &b) |
bool | operator!= (const std_real_concept &a, const std_real_concept &b) |
bool | operator< (const std_real_concept &a, const std_real_concept &b) |
bool | operator<= (const std_real_concept &a, const std_real_concept &b) |
bool | operator> (const std_real_concept &a, const std_real_concept &b) |
bool | operator>= (const std_real_concept &a, const std_real_concept &b) |
template<class Policy > | |
int | iround (const concepts::std_real_concept &v, const Policy &pol) |
int | iround (const concepts::std_real_concept &v) |
template<class Policy > | |
long | lround (const concepts::std_real_concept &v, const Policy &pol) |
long | lround (const concepts::std_real_concept &v) |
template<class Policy > | |
int | itrunc (const concepts::std_real_concept &v, const Policy &pol) |
int | itrunc (const concepts::std_real_concept &v) |
template<class Policy > | |
long | ltrunc (const concepts::std_real_concept &v, const Policy &pol) |
long | ltrunc (const concepts::std_real_concept &v) |
template<class charT , class traits > | |
std::basic_ostream< charT, traits > & | operator<< (std::basic_ostream< charT, traits > &os, const std_real_concept &a) |
template<class charT , class traits > | |
std::basic_istream< charT, traits > & | operator>> (std::basic_istream< charT, traits > &is, std_real_concept &a) |
typedef long double boost::math::concepts::real_concept_base_type |
typedef long double boost::math::concepts::std_real_concept_base_type |
|
inline |
References boost::math::concepts::real_concept::value().
Referenced by boost::math::concepts::RealTypeConcept< RealType >::constraints().
|
inline |
References boost::math::concepts::real_concept::value().
Referenced by boost::math::concepts::RealTypeConcept< RealType >::constraints().
|
inline |
References boost::math::concepts::real_concept::value().
Referenced by boost::math::concepts::RealTypeConcept< RealType >::constraints().
|
inline |
References boost::math::concepts::real_concept::value().
Referenced by boost::math::concepts::RealTypeConcept< RealType >::constraints().
|
inline |
References boost::math::concepts::real_concept::value().
RealType boost::math::concepts::cdf | ( | const distribution_archetype< RealType > & | dist, |
const RealType & | x | ||
) |
RealType boost::math::concepts::cdf | ( | const complemented2_type< distribution_archetype< RealType >, RealType > & | c | ) |
|
inline |
References boost::math::concepts::real_concept::value().
Referenced by boost::math::concepts::RealTypeConcept< RealType >::constraints().
RealType boost::math::concepts::chf | ( | const distribution_archetype< RealType > & | dist | ) |
RealType boost::math::concepts::coefficient_of_variation | ( | const distribution_archetype< RealType > & | dist | ) |
|
inline |
References boost::math::concepts::real_concept::value().
Referenced by boost::math::concepts::RealTypeConcept< RealType >::constraints().
|
inline |
References boost::math::concepts::real_concept::value().
|
inline |
References boost::math::concepts::real_concept::value().
Referenced by boost::math::concepts::RealTypeConcept< RealType >::constraints().
|
inline |
References boost::math::concepts::real_concept::value().
Referenced by boost::math::concepts::RealTypeConcept< RealType >::constraints().
|
inline |
References boost::math::concepts::real_concept::value().
Referenced by boost::math::concepts::RealTypeConcept< RealType >::constraints().
|
inline |
References boost::math::concepts::real_concept::value().
|
inline |
References boost::math::concepts::real_concept::value().
Referenced by boost::math::concepts::RealTypeConcept< RealType >::constraints().
RealType boost::math::concepts::hazard | ( | const distribution_archetype< RealType > & | dist | ) |
|
inline |
References boost::math::iround(), and boost::math::concepts::std_real_concept::value().
|
inline |
References boost::math::iround(), and boost::math::concepts::std_real_concept::value().
|
inline |
References boost::math::iround(), and boost::math::concepts::real_concept::value().
|
inline |
References boost::math::iround(), and boost::math::concepts::real_concept::value().
|
inline |
References boost::math::itrunc(), and boost::math::concepts::real_concept::value().
|
inline |
References boost::math::itrunc(), and boost::math::concepts::real_concept::value().
|
inline |
References boost::math::itrunc(), and boost::math::concepts::std_real_concept::value().
|
inline |
References boost::math::itrunc(), and boost::math::concepts::std_real_concept::value().
RealType boost::math::concepts::kurtosis | ( | const distribution_archetype< RealType > & | dist | ) |
RealType boost::math::concepts::kurtosis_excess | ( | const distribution_archetype< RealType > & | dist | ) |
|
inline |
References boost::math::concepts::real_concept::value().
Referenced by boost::math::concepts::RealTypeConcept< RealType >::constraints().
|
inline |
References boost::math::concepts::real_concept::value().
Referenced by boost::math::concepts::RealTypeConcept< RealType >::constraints().
|
inline |
References boost::math::concepts::real_concept::value().
|
inline |
References boost::math::lround(), and boost::math::concepts::std_real_concept::value().
|
inline |
References boost::math::lround(), and boost::math::concepts::std_real_concept::value().
|
inline |
References boost::math::lround(), and boost::math::concepts::real_concept::value().
|
inline |
References boost::math::lround(), and boost::math::concepts::real_concept::value().
|
inline |
References boost::math::ltrunc(), and boost::math::concepts::real_concept::value().
|
inline |
References boost::math::ltrunc(), and boost::math::concepts::real_concept::value().
|
inline |
References boost::math::ltrunc(), and boost::math::concepts::std_real_concept::value().
|
inline |
References boost::math::ltrunc(), and boost::math::concepts::std_real_concept::value().
RealType boost::math::concepts::mean | ( | const distribution_archetype< RealType > & | dist | ) |
RealType boost::math::concepts::median | ( | const distribution_archetype< RealType > & | dist | ) |
RealType boost::math::concepts::mode | ( | const distribution_archetype< RealType > & | dist | ) |
Referenced by boost::spirit::multi_pass< T, iterator_policies::default_policy< iterator_policies::first_owner, iterator_policies::no_check, iterator_policies::input_iterator, iterator_policies::fixed_size_queue< N > > >::clear_queue(), boost::math::concepts::DistributionConcept< Distribution >::constraints(), boost::dynamic_bitset< Block, Allocator >::count(), boost::iostreams::file_descriptor::file_descriptor(), boost::iostreams::file_descriptor_sink::file_descriptor_sink(), boost::iostreams::file_descriptor_source::file_descriptor_source(), boost::interprocess::file_mapping::file_mapping(), boost::interprocess::mapped_region::mapped_region(), boost::iostreams::file_descriptor::open(), boost::iostreams::mapped_file::open(), boost::iostreams::file_descriptor_sink::open(), boost::interprocess::basic_bufferbuf< CharT, CharTraits >::seekoff(), boost::interprocess::basic_vectorbuf< CharVector, CharTraits >::seekoff(), boost::interprocess::basic_bufferbuf< CharT, CharTraits >::seekpos(), boost::interprocess::basic_vectorbuf< CharVector, CharTraits >::seekpos(), and boost::iostreams::skip().
|
inline |
References boost::math::concepts::real_concept::value().
|
inline |
References boost::math::concepts::std_real_concept::value().
|
inline |
References boost::math::concepts::real_concept::value().
|
inline |
References boost::asio::b.
|
inline |
References boost::asio::b.
|
inline |
References boost::asio::b.
|
inline |
References boost::asio::b.
|
inline |
References boost::asio::b.
|
inline |
References boost::asio::b.
|
inline |
References boost::asio::b.
|
inline |
References boost::asio::b.
|
inline |
References boost::math::concepts::std_real_concept::value().
|
inline |
References boost::math::concepts::real_concept::value().
|
inline |
|
inline |
References boost::math::concepts::std_real_concept::value().
|
inline |
References boost::math::concepts::std_real_concept::value().
|
inline |
References boost::math::concepts::real_concept::value().
|
inline |
References boost::math::concepts::std_real_concept::value().
|
inline |
References boost::math::concepts::real_concept::value().
|
inline |
References boost::math::concepts::std_real_concept::value().
|
inline |
References boost::math::concepts::real_concept::value().
|
inline |
References boost::math::concepts::std_real_concept::value().
|
inline |
References boost::math::concepts::real_concept::value().
|
inline |
References boost::asio::s.
|
inline |
References boost::asio::s.
RealType boost::math::concepts::pdf | ( | const distribution_archetype< RealType > & | dist, |
const RealType & | x | ||
) |
|
inline |
References pow(), and boost::math::concepts::real_concept::value().
Referenced by boost::math::concepts::RealTypeConcept< RealType >::constraints().
|
inline |
References boost::asio::b, pow(), and boost::math::concepts::real_concept::value().
RealType boost::math::concepts::quantile | ( | const distribution_archetype< RealType > & | dist, |
const RealType & | p | ||
) |
RealType boost::math::concepts::quantile | ( | const complemented2_type< distribution_archetype< RealType >, RealType > & | c | ) |
std::pair<RealType, RealType> boost::math::concepts::range | ( | const distribution_archetype< RealType > & | dist | ) |
|
inline |
References boost::math::concepts::real_concept::value().
Referenced by boost::math::concepts::RealTypeConcept< RealType >::constraints().
|
inline |
References boost::math::concepts::real_concept::value().
RealType boost::math::concepts::skewness | ( | const distribution_archetype< RealType > & | dist | ) |
|
inline |
References boost::math::concepts::real_concept::value().
Referenced by boost::math::concepts::RealTypeConcept< RealType >::constraints().
RealType boost::math::concepts::standard_deviation | ( | const distribution_archetype< RealType > & | dist | ) |
std::pair<RealType, RealType> boost::math::concepts::support | ( | const distribution_archetype< RealType > & | dist | ) |
|
inline |
References boost::math::concepts::real_concept::value().
Referenced by boost::math::concepts::RealTypeConcept< RealType >::constraints().
|
inline |
References boost::math::concepts::real_concept::value().
RealType boost::math::concepts::variance | ( | const distribution_archetype< RealType > & | dist | ) |