Surrogate name for FisherSnedecorDistribution and included here only for convenience. No other instance members defined.
Constructor | Description | ||
Full Usage:
FDistribution()
|
Initializes a new instance of the FDistribution class, using a StandardGenerator as underlying random number generator. |
||
|
Initializes a new instance of the FDistribution class, using the specified Generator as underlying random number generator.
|
||
Full Usage:
FDistribution(alpha, beta)
Parameters:
float
beta : float
|
|
||
Full Usage:
FDistribution(alpha, beta, generator)
Parameters:
float
beta : float
generator : Generator
|
|