|
Infinity Engine v0.6.20
C++ API Documentation
|
Parameter set for the distribution. More...
#include <PRNGDistribution.hpp>
Public Types | |
| using | distribution_type = FisherFDistribution< RealType > |
Public Member Functions | |
| param_type () | |
| Default constructor. Creates parameters for F(1, 1). | |
| param_type (RealType m, RealType n=RealType(1)) | |
| Constructs parameters. | |
| RealType | m () const |
| Gets the numerator degrees of freedom. | |
| RealType | n () const |
| Gets the denominator 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 for numerator (m) and denominator (n).
| using Infinity::Engine::FisherFDistribution< RealType >::param_type::distribution_type = FisherFDistribution<RealType> |
|
inline |
Default constructor. Creates parameters for F(1, 1).
|
inlineexplicit |
Constructs parameters.
| m | Degrees of freedom for numerator (must be > 0) |
| n | Degrees of freedom for denominator (must be > 0) |
|
inline |
Gets the numerator degrees of freedom.
|
inline |
Gets the denominator degrees of freedom.
|
friend |
|
friend |