|
Infinity Engine v0.6.20
C++ API Documentation
|
Parameter set for the distribution. More...
#include <PRNGDistribution.hpp>
Public Types | |
| using | distribution_type = StudentTDistribution< RealType > |
Public Member Functions | |
| param_type () | |
| Default constructor. Creates parameters for t(1). | |
| param_type (RealType n) | |
| Constructs parameters. | |
| RealType | n () const |
| Gets the degrees of freedom. | |
Friends | |
| bool | operator== (const param_type &lhs, const param_type &rhs) |
| bool | operator!= (const param_type &lhs, const param_type &rhs) |
Parameter set for the distribution.
Stores the degrees of freedom parameter.
| using Infinity::Engine::StudentTDistribution< RealType >::param_type::distribution_type = StudentTDistribution<RealType> |
|
inline |
Default constructor. Creates parameters for t(1).
|
inlineexplicit |
Constructs parameters.
| n | Degrees of freedom (must be > 0) |
|
inline |
Gets the degrees of freedom.
|
friend |
|
friend |