|
vSMC
vSMC: Scalable Monte Carlo
|
Normal distribution. More...
#include <vsmc/rng/internal/common.hpp>
Classes | |
| class | param_type |
Public Types | |
| using | distribution_type = NormalDistribution< RealType > |
| using | result_type = RealType |
Public Member Functions | |
| NormalDistribution (result_type mean=0, result_type stddev=1) | |
| NormalDistribution (const param_type ¶m) | |
| result_type | max () const |
| result_type | mean () const |
| result_type | min () const |
| 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) |
| 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) |
| param_type | param () const |
| void | param (const param_type &parm) |
| void | reset () |
| result_type | stddev () const |
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) |
Normal distribution.
Definition at line 500 of file common.hpp.
| using vsmc::NormalDistribution< RealType >::distribution_type = NormalDistribution< RealType > |
Definition at line 59 of file normal_distribution.hpp.
| using vsmc::NormalDistribution< RealType >::result_type = RealType |
Definition at line 59 of file normal_distribution.hpp.
|
inlineexplicit |
Definition at line 59 of file normal_distribution.hpp.
|
inlineexplicit |
Definition at line 59 of file normal_distribution.hpp.
|
inline |
Definition at line 67 of file normal_distribution.hpp.
|
inline |
Definition at line 59 of file normal_distribution.hpp.
|
inline |
Definition at line 62 of file normal_distribution.hpp.
|
inline |
Definition at line 59 of file normal_distribution.hpp.
|
inline |
Definition at line 59 of file normal_distribution.hpp.
|
inline |
Definition at line 59 of file normal_distribution.hpp.
|
inline |
Definition at line 59 of file normal_distribution.hpp.
|
inline |
Definition at line 59 of file normal_distribution.hpp.
|
inline |
Definition at line 59 of file normal_distribution.hpp.
|
inline |
Definition at line 72 of file normal_distribution.hpp.
|
inline |
Definition at line 59 of file normal_distribution.hpp.
|
friend |
Definition at line 92 of file normal_distribution.hpp.
|
friend |
Definition at line 99 of file normal_distribution.hpp.
|
friend |
Definition at line 78 of file normal_distribution.hpp.
|
friend |
Definition at line 110 of file normal_distribution.hpp.
1.8.11