std::lognormal_distribution<RealType>::param (3) - Linux Manuals
std::lognormal_distribution<RealType>::param: std::lognormal_distribution<RealType>::param
Command to display std::lognormal_distribution<RealType>::param
manual in Linux: $ man 3 std::lognormal_distribution<RealType>::param
NAME
std::lognormal_distribution<RealType>::param - std::lognormal_distribution<RealType>::param
Synopsis
param_type param() const; (1) (since C++11)
void param( const param_type& params ); (2) (since C++11)
Manages the associated distribution parameter set.
1) Returns the associated parameter set.
2) Sets the associated parameter set to params
Parameters
params - new contents of the associated parameter set
Return value
1) The associated parameter set
2) (none)
Complexity
Constant.
Pages related to std::lognormal_distribution<RealType>::param
- std::lognormal_distribution<RealType>::lognormal_distribution (3) - std::lognormal_distribution<RealType>::lognormal_distribution
- std::lognormal_distribution<RealType>::m,s (3) - std::lognormal_distribution<RealType>::m,s
- std::lognormal_distribution<RealType>::max (3) - std::lognormal_distribution<RealType>::max
- std::lognormal_distribution<RealType>::min (3) - std::lognormal_distribution<RealType>::min
- std::lognormal_distribution<RealType>::operator() (3) - std::lognormal_distribution<RealType>::operator()
- std::lognormal_distribution<RealType>::reset (3) - std::lognormal_distribution<RealType>::reset
- std::lognormal_distribution (3) - std::lognormal_distribution
- std::lognormal_distribution_param_type (3)
- std::log(std::complex) (3) - std::log(std::complex)
- std::log(std::valarray) (3) - std::log(std::valarray)
- std::log,std::logf,std::logl (3) - std::log,std::logf,std::logl
- std::log1p,std::log1pf,std::log1pl (3) - std::log1p,std::log1pf,std::log1pl