FisherF
The ratio of two chi-squared distributions with degrees of freedom m (with default value 1.0) and n (with default value 1.0).
The probability density is given by,
Constructors
FisherF(const FisherF distribution) -> FisherF
Copy constructor for FisherF distribution.
Parameters
- distribution: FisherF distribution to be copied
Symbols
| Name | Description |
|---|---|
= | Copy assignment operator for FisherF distribution. |
Members
| Name | Description |
|---|---|
| m | First degree of freedom. |
| max | Returns the maximum possible value from the distribution |
| min | Returns the minimum possible value from the distribution |
| n | Second degree of freedom. |
| sample | Sample from distribution. |