Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::math::rayleigh_distribution< RealType, Policy > Class Template Reference

#include <rayleigh.hpp>

Public Types

typedef RealType value_type
 
typedef Policy policy_type
 

Public Member Functions

 rayleigh_distribution (RealType l_sigma=1)
 
RealType sigma () const
 

Member Typedef Documentation

template<class RealType = double, class Policy = policies::policy<>>
typedef Policy boost::math::rayleigh_distribution< RealType, Policy >::policy_type
template<class RealType = double, class Policy = policies::policy<>>
typedef RealType boost::math::rayleigh_distribution< RealType, Policy >::value_type

Constructor & Destructor Documentation

template<class RealType = double, class Policy = policies::policy<>>
boost::math::rayleigh_distribution< RealType, Policy >::rayleigh_distribution ( RealType  l_sigma = 1)
inline

Member Function Documentation

template<class RealType = double, class Policy = policies::policy<>>
RealType boost::math::rayleigh_distribution< RealType, Policy >::sigma ( ) const
inline

The documentation for this class was generated from the following files: