FDistribution Type

Surrogate name for FisherSnedecorDistribution and included here only for convenience. No other instance members defined.

Constructors

Constructor Description

FDistribution()

Full Usage: FDistribution()

Initializes a new instance of the FDistribution class, using a StandardGenerator as underlying random number generator.

FDistribution(generator)

Full Usage: FDistribution(generator)

Parameters:

Initializes a new instance of the FDistribution class, using the specified Generator as underlying random number generator.

generator : Generator

A Generator object.

ArgumentNullException generator is NULL ( in Visual Basic).

FDistribution(alpha, beta)

Full Usage: FDistribution(alpha, beta)

Parameters:
    alpha : float
    beta : float

alpha : float
beta : float

FDistribution(alpha, beta, generator)

Full Usage: FDistribution(alpha, beta, generator)

Parameters:
    alpha : float
    beta : float
    generator : Generator

alpha : float
beta : float
generator : Generator