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

#include <pareto.hpp>

Public Types

typedef RealType value_type
 
typedef Policy policy_type
 

Public Member Functions

 pareto_distribution (RealType l_scale=1, RealType l_shape=1)
 
RealType scale () const
 
RealType shape () const
 

Member Typedef Documentation

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

Constructor & Destructor Documentation

template<class RealType = double, class Policy = policies::policy<>>
boost::math::pareto_distribution< RealType, Policy >::pareto_distribution ( RealType  l_scale = 1,
RealType  l_shape = 1 
)
inline

Member Function Documentation

template<class RealType = double, class Policy = policies::policy<>>
RealType boost::math::pareto_distribution< RealType, Policy >::scale ( ) const
inline
template<class RealType = double, class Policy = policies::policy<>>
RealType boost::math::pareto_distribution< RealType, Policy >::shape ( ) const
inline

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