Chaste
Release::2018.1
|
Public Types | |
typedef normal_distribution_v165 | distribution_type |
Public Member Functions | |
param_type (RealType mean_arg=RealType(0.0), RealType sigma_arg=RealType(1.0)) | |
RealType | mean () const |
RealType | sigma () const |
BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR (os, param_type, parm) | |
BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR (is, param_type, parm) | |
BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR (param_type, lhs, rhs) | |
Private Attributes | |
RealType | _mean |
RealType | _sigma |
Definition at line 265 of file Boost165NormalDistribution.hpp.
|
inlineexplicit |
Constructs a param_type
with a given mean and standard deviation.
Requires: sigma >= 0
Definition at line 276 of file Boost165NormalDistribution.hpp.
Referenced by boost::random::normal_distribution_v165< RealType >::param().
|
inline |
Returns true if the two sets of parameters are the same.
Definition at line 304 of file Boost165NormalDistribution.hpp.
|
inline |
Reads a param_type
from a std::istream
.
Definition at line 297 of file Boost165NormalDistribution.hpp.
|
inline |
Writes a param_type
to a std::ostream
.
Definition at line 290 of file Boost165NormalDistribution.hpp.
|
inline |
Returns the mean of the distribution.
Definition at line 284 of file Boost165NormalDistribution.hpp.
References boost::random::normal_distribution_v165< RealType >::param_type::_mean.
Referenced by boost::random::normal_distribution_v165< RealType >::param().
|
inline |
Returns the standand deviation of the distribution.
Definition at line 287 of file Boost165NormalDistribution.hpp.
Referenced by boost::random::normal_distribution_v165< RealType >::param().
|
private |
Returns true if the two sets of parameters are the different.
Definition at line 313 of file Boost165NormalDistribution.hpp.
Referenced by boost::random::normal_distribution_v165< RealType >::param_type::mean(), boost::random::normal_distribution_v165< RealType >::mean(), boost::random::normal_distribution_v165< RealType >::operator()(), and boost::random::normal_distribution_v165< RealType >::param().