| 
    vSMC
    
   vSMC: Scalable Monte Carlo 
   | 
 
Cauchy distribution. More...
#include <vsmc/rng/cauchy_distribution.hpp>
Classes | |
| class | param_type | 
Public Types | |
| using | distribution_type = CauchyDistribution< RealType > | 
| using | result_type = RealType | 
Public Member Functions | |
| CauchyDistribution (result_type a=0, result_type b=1) | |
| CauchyDistribution (const param_type ¶m) | |
| result_type | a () const | 
| result_type | b () const | 
| result_type | max () const | 
| result_type | min () const | 
| template<typename RNGType > | |
| void | operator() (RNGType &rng, std::size_t n, result_type *r) | 
| template<typename RNGType > | |
| result_type | operator() (RNGType &rng, const param_type ¶m) | 
| template<typename RNGType > | |
| void | operator() (RNGType &rng, std::size_t n, result_type *r, const param_type ¶m) | 
| template<typename RNGType > | |
| result_type | operator() (RNGType &rng) | 
| void | param (const param_type &parm) | 
| param_type | param () const | 
| void | reset () | 
Friends | |
| bool | operator!= (const distribution_type &dist1, const distribution_type &dist2) | 
| template<typename CharT , typename Traits > | |
| std::basic_ostream< CharT, Traits > & | operator<< (std::basic_ostream< CharT, Traits > &os, const distribution_type &dist) | 
| bool | operator== (const distribution_type &dist1, const distribution_type &dist2) | 
| template<typename CharT , typename Traits > | |
| std::basic_istream< CharT, Traits > & | operator>> (std::basic_istream< CharT, Traits > &is, distribution_type &dist) | 
Cauchy distribution.
Definition at line 55 of file cauchy_distribution.hpp.
| using vsmc::CauchyDistribution< RealType >::distribution_type = CauchyDistribution< RealType > | 
Definition at line 58 of file cauchy_distribution.hpp.
| using vsmc::CauchyDistribution< RealType >::result_type = RealType | 
Definition at line 58 of file cauchy_distribution.hpp.
      
  | 
  inlineexplicit | 
Definition at line 58 of file cauchy_distribution.hpp.
      
  | 
  inlineexplicit | 
Definition at line 58 of file cauchy_distribution.hpp.
      
  | 
  inline | 
Definition at line 58 of file cauchy_distribution.hpp.
      
  | 
  inline | 
Definition at line 58 of file cauchy_distribution.hpp.
      
  | 
  inline | 
Definition at line 67 of file cauchy_distribution.hpp.
      
  | 
  inline | 
Definition at line 62 of file cauchy_distribution.hpp.
      
  | 
  inline | 
Definition at line 58 of file cauchy_distribution.hpp.
      
  | 
  inline | 
Definition at line 58 of file cauchy_distribution.hpp.
      
  | 
  inline | 
Definition at line 58 of file cauchy_distribution.hpp.
      
  | 
  inline | 
Definition at line 58 of file cauchy_distribution.hpp.
      
  | 
  inline | 
Definition at line 58 of file cauchy_distribution.hpp.
      
  | 
  inline | 
Definition at line 58 of file cauchy_distribution.hpp.
      
  | 
  inline | 
Definition at line 72 of file cauchy_distribution.hpp.
      
  | 
  friend | 
Definition at line 59 of file cauchy_distribution.hpp.
      
  | 
  friend | 
Definition at line 59 of file cauchy_distribution.hpp.
      
  | 
  friend | 
Definition at line 59 of file cauchy_distribution.hpp.
      
  | 
  friend | 
Definition at line 59 of file cauchy_distribution.hpp.
 1.8.11