vSMC
vSMC: Scalable Monte Carlo
Classes | Namespaces | Functions
pareto_distribution.hpp File Reference
#include <vsmc/rng/internal/common.hpp>
#include <vsmc/rng/exponential_distribution.hpp>

Go to the source code of this file.

Classes

class  vsmc::ParetoDistribution< RealType >
 Pareto distribution. More...
 
class  vsmc::ParetoDistribution< RealType >::param_type
 

Namespaces

 vsmc
 
 vsmc::internal
 

Functions

template<typename RealType , typename RNGType >
void vsmc::pareto_distribution (RNGType &rng, std::size_t n, RealType *r, const typename ParetoDistribution< RealType >::param_type &param)
 
template<typename RealType , typename RNGType >
void vsmc::pareto_distribution (RNGType &rng, std::size_t n, RealType *r, RealType a, RealType b)
 Generating pareto random variates. More...
 
template<typename RealType >
bool vsmc::internal::pareto_distribution_check_param (RealType a, RealType b)
 
template<std::size_t K, typename RealType , typename RNGType >
void vsmc::internal::pareto_distribution_impl (RNGType &rng, std::size_t n, RealType *r, RealType a, RealType b)
 
template<typename RealType , typename RNGType >
void vsmc::rng_rand (RNGType &, ParetoDistribution< RealType > &, std::size_t, RealType *)