vSMC
vSMC: Scalable Monte Carlo
|
Stable distribution. More...
#include <vsmc/rng/stable_distribution.hpp>
Classes | |
struct | param_type |
Public Types | |
typedef FPType | result_type |
Public Member Functions | |
StableDistribution (result_type stability=1, result_type skewness=0, result_type location=0, result_type scale=1) | |
StableDistribution (const param_type ¶m) | |
result_type | location () const |
result_type | max () const |
result_type | min () const |
template<typename Eng > | |
result_type | operator() (Eng &eng) const |
param_type | param () const |
void | param (const param_type ¶m) |
void | reset () const |
result_type | scale () const |
result_type | skewness () const |
result_type | stability () const |
Friends | |
bool | operator!= (const StableDistribution< FPType > &rstable1, const StableDistribution< FPType > &rstable2) |
template<typename CharT , typename Traits > | |
std::basic_ostream< CharT, Traits > & | operator<< (std::basic_ostream< CharT, Traits > &os, const StableDistribution< FPType > &rstable) |
bool | operator== (const StableDistribution< FPType > &rstable1, const StableDistribution< FPType > &rstable2) |
template<typename CharT , typename Traits > | |
std::basic_istream< CharT, Traits > & | operator>> (std::basic_istream< CharT, Traits > &is, StableDistribution< FPType > &rstable) |
Stable distribution.
Definition at line 57 of file stable_distribution.hpp.
typedef FPType vsmc::StableDistribution< FPType >::result_type |
Definition at line 63 of file stable_distribution.hpp.
|
inlineexplicit |
Definition at line 156 of file stable_distribution.hpp.
|
inlineexplicit |
Definition at line 172 of file stable_distribution.hpp.
|
inline |
Definition at line 202 of file stable_distribution.hpp.
|
inline |
Definition at line 206 of file stable_distribution.hpp.
|
inline |
Definition at line 204 of file stable_distribution.hpp.
|
inline |
Definition at line 210 of file stable_distribution.hpp.
|
inline |
Definition at line 186 of file stable_distribution.hpp.
|
inline |
Definition at line 189 of file stable_distribution.hpp.
|
inline |
Definition at line 198 of file stable_distribution.hpp.
|
inline |
Definition at line 203 of file stable_distribution.hpp.
|
inline |
Definition at line 201 of file stable_distribution.hpp.
|
inline |
Definition at line 200 of file stable_distribution.hpp.
|
friend |
Definition at line 237 of file stable_distribution.hpp.
|
friend |
Definition at line 243 of file stable_distribution.hpp.
|
friend |
Definition at line 218 of file stable_distribution.hpp.
|
friend |
Definition at line 257 of file stable_distribution.hpp.